|
Welcome To SeeBaysh Software's Web File Transfer Support Forum
Started: 10/14/2009 1:18 PM | |  | |
|  | Waiting for Upload to Start We are currently evaluating the Web File Transfer application and when uploading a dummy 1GB file, we are getting Waiting for Upload to Start and see no movement on the indicator bar. We are using Windows 2008 Std 32-bit and have installed all the pre-requisites from the installation notes. Can someone assist us?  |  |
Posted: 10/14/2009 1:28 PM | |  | |
|  | If you would like to reply to me via email then, please use "r m o u a @ g m t . c o m".
Tks,
Rob  |  |
Posted: 10/20/2009 9:24 PM | |  | |
|  |
Kevin,
We have fixed the issue by adding the following code into the web.config file. Thanks for the pointer.
<system.webServer>
<security>
<requestFiltering>
<requestLimits maxAllowedContentLength=”2000000000″ />
</requestFiltering>
</security>
</system.webServer>
-Rob  |  |
|
|
|
|