Can someone help me?
Is possible to upload 4.6GB files with this script?
I cant upload bigger files...
The max filesize that I uploaded was 3.6GB
I changed my php.ini first to:
post_max_size 10240M
upload_max_filesize 10240M
But got problems with all my websites that I have in the server... login problems for example...
Then I tried and worked for file 3.6GB but with 4.6GB the upload bar stops:
post_max_size 5120M
upload_max_filesize 5120M
What do you suggest?
Do I need to edit any config also?
helppppppp
