Settings to charge for large file uploads via PHP
In php.ini (should research whether these can be set in script instead):
upload_max_filesize
memory_limit
post_max_size
max_input_time
In upload script:
set_time_limit(0)
In upload form:
Docs here.
upload_max_filesize
memory_limit
post_max_size
max_input_time
In upload script:
set_time_limit(0)
In upload form:
Docs here.

0 Comments:
Post a Comment
<< Home