Info
PHP's default file size limitation is set due to the fact that the PHP script has to run on the server and potentially could compromise the execution of other scripts that are running at the same time.

There are some work-arounds for this, but ultimately the best way to upload files will require the use of an alternate method, NOT involving PHP. This makes the creation of a smooth upload utility that integrates larger files into websites labor intensive.
globe
ribbon
ribbon
new!
new!
lights
chat
Fill in the form below to upload files. Using ZIP compression you may also send folders. (.....Unfortunately PHP has a default 2MB file size limitation)

*


*





Info
PHP's default file size limitation is set due to the fact that the PHP script has to run on the server and potentially could compromise the execution of other scripts that are running at the same time.

There are some work-arounds for this, but ultimately the best way to upload files will require the use of an alternate method, NOT involving PHP. This makes the creation of a smooth upload utility that integrates larger files into websites labor intensive.