Jump to content

Recommended Posts

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?

Link to comment
https://forums.phpfreaks.com/topic/178346-php-upload-issue/
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.