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
