Hello,
I have a form which uploads files and copies them to a folder. The path and image type are saved in MySQL.
The problem is that I want to upload large files (50 - 100 Mb).
I changed the values for POST_MAX_SIZE and UPLOAD_SIZE in my php.ini to 120MB. However, when I try to upload a 40mb file the progress bar in IE6 loads until the end but gets stuck there.
Any help?
(my system: WINXP Pro, Apache 1.3.26, PHP 4.0.6, MySQL 3.23.49)
Thanks