Rank: Newbie Groups: Member
Joined: 7/9/2013 Posts: 1
|
We recently upgrade to Ajax Uploader v 11.0.16.2, but we found a problem with uploading a larger file( greater than 32 MB. Smaller file works fine), the Ajax uploader stuck at the very beginning and eventually time out. It only happen with IIS7. With IIS6 or Visual studio development server every thing work fine.
The system configuration is as following OS: Windows Server 2008 R2 ( Windows 7 too ); IIS: V7.x .Net version : V2.0 App pool : both 32bit and 64bit. browser: FireFox v22, IE v10.
the following is an AJAX session we capture during debugging, it continues until time out
Request: https://(Removed).com/APP/eo_web.ashx?id=4EF2A06E-5171-4166-82A6-242BD1985E8A&uploader_data=DCFuZXdfc2Vzc2lvbgJBQGN0bDAwX0NvbnRlbnRQbGFjZUhvbGRlcjFfQUpBWFVwbG9hZGVyMTpCYVRaQ0ovT1phalVVOHRsczlUNWt3Yz0FBGZjOjE=
Response: <Data><Command>GetProgress</Command><SessionID>8bcecabc-5783-4dfa-b051-cddb0ed56842</SessionID><AppID>/LM/W3SVC/3/ROOT/Importer-7-130184751550895304</AppID><Total>-1</Total><Received>2</Received><TotalFiles>1</TotalFiles><TransferredFiles>-1</TransferredFiles><CurrentFileName></CurrentFileName></Data>
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi, This has to do with your IIS 7 request filtering settings. See here for more details: http://www.essentialobjects.com/doc/1/ajaxuploader/troubleshoot.aspxThanks!
|