I'm currently working on a printing websites for which requires user to upload large files to their server (normally above 50m per file). I manage to show the progress bar using php apc & ajax and everything run smoothly for file around 50-60mb. However when uploading large files (more than 80mb), php apc would return no data at all during half way of the uploading process. I have set post_max_size, upload_file_maxsize, apc.max_file_size to 300mb but the problem still persists..
Any advise would be great. if u need to have a look at my php.ini, u can go to www.kuanpress.com.my/test.php else if u wish to have a look at my upload progress, please go to www.kuanpress.com.my/upload_form3.php.
Advise and solution would be much appreaciated..thanks. 🙂