Hi all,
Was wondering if anyone had an experience with this.
I have a php file that takes some time to execute (a uploading process). Currently, after a few minutes, php prompts me to download the file (upload.php).
I am in a load balancing environment but I have verified my file upload size limit and the upload temp dir are pointing to a location thats shared between the two web front end.
I have also set the script execution time to:set_time_limit(1800);
any input will be greatly appreciated !
thanks all
Was wondering if anyone had an experience with this.
I have a php file that takes some time to execute (a uploading process). Currently, after a few minutes, php prompts me to download the file (upload.php).
I am in a load balancing environment but I have verified my file upload size limit and the upload temp dir are pointing to a location thats shared between the two web front end.
I have also set the script execution time to:set_time_limit(1800);
any input will be greatly appreciated !
thanks all