Is There A Php Upload Limit? well.....is there?
#1
Posted 21 May 2004 - 05:48 AM
I've just installed a file attatchment mod to my phpbb2 website and i am unable to upload files over 2 meg, could anyone tell me if TCh have a PHP upload limit of 2 meg and i fi could get it raised to 10 meg?
thanks in advance
The Kevster
#2
Posted 21 May 2004 - 08:19 AM
Lead Forum Moderator
TotalChoice Hosting, L.L.C.
Webhosting by Total Choice Web Hosting - General Support Forum
I am the Lead Forum Moderator. While I can assist in answering most of your hosting related questions, I am unable to answer questions about specifics relating to your account such as billing and server related issues. Should you need assistance in these areas, please contact our Help Desk or our many other options. Another good place to find answers is with our help pages, tutorials and movie tutorials.
#3
Posted 21 May 2004 - 08:24 AM
TCH-Bruce, on May 21 2004, 08:19 AM, said:
does that answer my question?
#4
Posted 21 May 2004 - 08:27 AM
Lead Forum Moderator
TotalChoice Hosting, L.L.C.
Webhosting by Total Choice Web Hosting - General Support Forum
I am the Lead Forum Moderator. While I can assist in answering most of your hosting related questions, I am unable to answer questions about specifics relating to your account such as billing and server related issues. Should you need assistance in these areas, please contact our Help Desk or our many other options. Another good place to find answers is with our help pages, tutorials and movie tutorials.
#5
Posted 21 May 2004 - 08:42 AM
PHP itself has a 2 meg limit by default. You can change this default in your .htaccess file. Just put in your .htaccess file in your public_html directory (or the top directory of your forum software) the following line:
php_value upload_max_filesize 10M
That would change the max file size allowed to 10 megs. Change the 10M if you decide you want a different file size allowed.
This post has been edited by TCH-MikeJ: 21 May 2004 - 08:52 AM
TotalChoice Hosting, L.L.C.
Have a dedicated server? Make sure to visit the Dedicated Server Talk forum for customer-to-customer support and the TCHNOC Dedicated Servers forum for announcements!
Twitter | Plurk
#6
Posted 21 May 2004 - 09:19 AM
TCH-Bruce, on May 21 2004, 08:27 AM, said:
Sorry for posting in the wrong place, i couldn't see you'd moved it as i just followed a link in my email
#7
Posted 21 May 2004 - 09:21 AM
The-Kevster, on May 21 2004, 10:19 AM, said:
No problem. That's what we as Mods are supposed to do.
Lead Forum Moderator
TotalChoice Hosting, L.L.C.
Webhosting by Total Choice Web Hosting - General Support Forum
I am the Lead Forum Moderator. While I can assist in answering most of your hosting related questions, I am unable to answer questions about specifics relating to your account such as billing and server related issues. Should you need assistance in these areas, please contact our Help Desk or our many other options. Another good place to find answers is with our help pages, tutorials and movie tutorials.
#8
Posted 21 May 2004 - 09:22 AM
TCH-MikeJ, on May 21 2004, 08:42 AM, said:
PHP itself has a 2 meg limit by default. You can change this default in your .htaccess file. Just put in your .htaccess file in your public_html directory (or the top directory of your forum software) the following line:
php_value upload_max_filesize 10M
That would change the max file size allowed to 10 megs. Change the 10M if you decide you want a different file size allowed.
That work brillently, thank you, 10/10!
#9
Posted 22 May 2004 - 09:46 AM
<?php phpinfo(); ?>
When you access that file, it will give you all the info about how PHP is configured
-=[ http://www.borfast.com ]=-
Because the people who are crazy enough to think they can change the world, are the ones who do!
Get Firefox!

Sign In
Register
Help

MultiQuote