Transfer biggest files:

Transfer biggest files:

Transfer biggest files:
================

Here is below all the php.ini settings that could affect big file upload :

; Whether to allow HTTP file uploads.
file_uploads = On

; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
upload_tmp_dir = C:\Program Files\EasyPHP\tmp\

; Maximum allowed size for uploaded files.
upload_max_filesize = 2M

max_execution_time = 30 ; Maximum execution time of each script, in seconds
max_input_time = 60 ; Maximum amount of time each script may spend parsing request data

; Maximum size of POST data that PHP will accept.
post_max_size = 8M

Leave a Reply


All material @ copyrighted by chrisranjana.com. If you want to link to this article you are welcome to do so. Unauthorized publication is strictly prohibited. This developer tutorial website contains articles by Php programmers , Software developers, Mysql programmers and asp c# programmers. This website also contains ajax tutorials and advanced mysql sql stored procedures and functions tutorials and sample codes.