News Feed
Jobs Feed
Sections




News Archive
Ian Selby's Blog:
Uploading Large Files With PHP
September 14, 2007 @ 13:03:54

Ian Selby, working for a startup and building a lot of code up from scratch came across a problem - the upload of pretty large files via PHP:

I have found myself in a position where I am writing scripts that may need to upload fairly large files. My scripts were timing out, and I couldn't seem to figure out why. For the unitiated, there are some standard things that you usually do to both your php.ini and in your script in this situation [...] However, it turns out there are some other php.ini config variables that you may need to look at.

The "usual suspects" list includes changing the max_upload_size value and adjusting the script timeout. The other settings he mentions, though, are things like memory_limit, post_max_size and max_input_time to help increase the default times that PHP uses on most page executions.

0 comments voice your opinion now!
upload large file phpini setting timelimit size upload large file phpini setting timelimit size


blog comments powered by Disqus

Similar Posts

AnyExamples.com: PHP multiple photo thumbnail generator

Nikita Popov: Are PHP developers functophobic?

Developer.com: Managing File Uploads with the Zend Framework

DZone.com: PHP RefCardz Released

SecurityReason.com: PHP 5.2.4 Released...unpatched


Community Events











Don't see your event here?
Let us know!


conference series database example code release podcast framework api zendframework2 development interview community composer object language introduction functional testing opinion

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework