Quantcast
Channel: IIS 7 unable to upload large files at all
Viewing all articles
Browse latest Browse all 2

IIS 7 unable to upload large files at all

0
0

Hi All,

This getting frustrated as I cant upload any large files like 20mb and above. I have already done my research in the internet and already done the necesary steps. Still facing the same issue. I really dont know where is the problem. Please advise me as I running a Webserver using PHP 5.2.17. I didnt face this issue when using IIS 6 in Windows Server 2003.

Here are the details:

- Windows Server 2008 Standard Edition

- IIS 7

- Running PHP 5.2.17 for webserver

Already tried to upload video files .flv .avi also document files .pdf above the 20mb. All displayed the page not found at the end.

Here are the steps I have taken:

1) Goto the related site in the IIS and add this

<security >
<requestFiltering>
<requestLimits maxAllowedContentLength="1024000000" />
</requestFiltering>
</security>

under web.config (Request filtering)

2) Also I have changed Limits Properties, set Maximum Requesting Entity Body under ASP on the related site (Not quite sure of the use I refer to site somewhere in internet)

Maximum Requesting Entity Body : 200000000

3) Connection Limit under Advanced Settings of the related site

Connection Time-out (seconds) : 600

4)  PHP.ini Setting

max_execution_time = 600    
max_input_time = 600   
memory_limit = 250M 

upload_max_filesize = 200M

post_max_size = 250M

Please tell me if I miss anything and why it is still unable to upload.  Do advise thank you


Viewing all articles
Browse latest Browse all 2

Latest Images

Trending Articles





Latest Images