alexfrance250291 Posted May 6, 2007 Share Posted May 6, 2007 Hi, I have installed Uber Upload 4.7 on my server and it is working fine, there is just one problem. I want to allow my visitorsw to be able to upload large files, I have edited the Uber Upload script to allow this. But When uploading to my server after uploading about 130mb or more depending on the speed of the conection the server refreshes. I think this is something to do with the php install and after so many seconds (i.e. 1300 seconds) php maked the server refresh. This is a problem because then the file stops uploading. What I want to do is stop the server from being made to refresh but I cannot edit the php install because my host is a big company and im not on a dedicated server. Is there any php script I can install or anything I can add to the Uber Upload script to tell php not to refresh the server. Thanks, Alex Quote Link to comment https://forums.phpfreaks.com/topic/50224-need-help-with-php-server-refresh/ Share on other sites More sharing options...
Lumio Posted May 6, 2007 Share Posted May 6, 2007 That has nothing to do with PHP. When you upload something to a server it has to pass through the webserver. When the upload is finished it's time for PHP. So it has to do something with you Webserver. Maybe you can only upload 10MB? Quote Link to comment https://forums.phpfreaks.com/topic/50224-need-help-with-php-server-refresh/#findComment-246551 Share on other sites More sharing options...
alexfrance250291 Posted May 6, 2007 Author Share Posted May 6, 2007 The only reason I think it has something to do with php is because, every file which is being uploaded is put in a temp file when there is an error and the upload stops it stays in the temp file as a corrupt file, when I looked at the file sizes there is a big difference in the sizes some are 90 mb some are 200 some are 180 etc, if there was an upload limit on the serve all the not finished files would all be the same size, which would be the upload size limit. Quote Link to comment https://forums.phpfreaks.com/topic/50224-need-help-with-php-server-refresh/#findComment-246558 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.