-
PHP Uploading large files problem
I have a file upload/download system that runs on PHP and FTP commands. I have changed all appropriate settings to the following:
post_max_size & memory limits to 40 MB
max_execution_time to 300000also, I’ve set up a .htaccess file on the main directory to change the
LimitRequestBody to 2 GBI am running Windows XP and when I’m plugged into a LAN Cable connection and have my firewall configured to allow large IMCP packets, I was successful in uploading a 35 MB file. HOWEVER, my employer and clients are having difficulties with uploading over 6-8 MB – the browser crashes or their computer freezes. They are most likely running Windows 2000 and some are behind corporate network firewalls and some are not using any firewalls.
Does anyone have any advice on what I can try or if there is something I am missing? I could post code if necessary, but the system does work for everyone if the file is <6-8 MB.