PHP Upload Limit

PHP Upload Limit

Posted by: Flinty
Posted on: 2007-08-28 08:40:00

Hey,

I was just wondering what the default limit is when uploading files via PHP?

Cheers,
Flinty

Re: PHP Upload Limit

Posted by: scjessey
Posted on: 2007-08-28 09:16:00

Depends on the server, but usually it is between 7 and 8 megabytes. Using Perl gets around this limit for HTTP uploads, but using SFTP is better.


-- si-blog --

Re: PHP Upload Limit

Posted by: Lensman
Posted on: 2007-08-28 10:20:00

And if you do a search here, you'll find at least 2 threads in the past week with people asking about installing their own version of PHP in order to upload up to 80MB using PHP as well as some suggestions about some alternatives that might be easier because they don't require installing your own custom PHP.

Tags: uploading filesphp uploadcheersi was just wondering