RaihaX Posted October 20, 2009 Share Posted October 20, 2009 Hi guys, I have stumble across an interesting issue with my script and is doing my head in. A little background on the application. I've got a document repository site which uses Jupload to upload multiple files in one ago. It was running fine on an external host (linux box) for a couple of months. Our company now decide to host it internally on a window box (server 2008 with IIS7). Now the same script would not upload files larger then 10MB (around there). I cant even get the page to show php error it just, what seems to timeout and gives a http error 500. here is my php.ini details upload_max_filesize=1000MB; post_max_size=1000MB; max_input_time=3600; file_uploads=1; memory_limit=256MB; max_execution_time=3600; Ive also changed the IIS maxAllowedContentLength to 1GB. The funny thing is when I test the upload script via local network it works fine, I can upload large amount of files but when I go through the internet it no longer works. Any suggestion? Quote Link to comment https://forums.phpfreaks.com/topic/178346-php-upload-issue/ Share on other sites More sharing options...
Bricktop Posted October 20, 2009 Share Posted October 20, 2009 Hi RaihaX, Not sure if this is going to be of any help but hopefully it will! http://www.edugeek.net/forums/windows-server-2008/26166-php-timeouts.html Quote Link to comment https://forums.phpfreaks.com/topic/178346-php-upload-issue/#findComment-940403 Share on other sites More sharing options...
RaihaX Posted October 20, 2009 Author Share Posted October 20, 2009 Hmm that is interesting I did setup my PHP with fastCGI! will try it out when I get back to work tomorrow! Let us hope this will fix it! Quote Link to comment https://forums.phpfreaks.com/topic/178346-php-upload-issue/#findComment-940404 Share on other sites More sharing options...
PFMaBiSmAd Posted October 20, 2009 Share Posted October 20, 2009 here is my php.ini details ... Yes, but what are the actual values php is using that a phpinfo() statement shows? Quote Link to comment https://forums.phpfreaks.com/topic/178346-php-upload-issue/#findComment-940445 Share on other sites More sharing options...
RaihaX Posted October 20, 2009 Author Share Posted October 20, 2009 is all good fastcgi was timing out after all Quote Link to comment https://forums.phpfreaks.com/topic/178346-php-upload-issue/#findComment-940490 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.