Hi
I have implemented a simple radupload with multple fields, exactly like in the demos, nothing too fancy. HOWEVER files greater then 2mb fail. The progress bar hangs, then in firefox it restarts. In IE a default browser error page comes up about connection or something.
I have Windows Server 2008 and have done everything stated in the manual in regards to web.config and applicationhost.config.
if anyone can help me would be much appreciated
I have implemented a simple radupload with multple fields, exactly like in the demos, nothing too fancy. HOWEVER files greater then 2mb fail. The progress bar hangs, then in firefox it restarts. In IE a default browser error page comes up about connection or something.
I have Windows Server 2008 and have done everything stated in the manual in regards to web.config and applicationhost.config.
if anyone can help me would be much appreciated
5 Answers, 1 is accepted
0
Hi Michael,
Could you please verify that uploading files larger than 2mbs using the built-in <input type="file" /> works as expected? You can test this in a new web site without radupload in it. Thanks.
Regards,
Albert
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Could you please verify that uploading files larger than 2mbs using the built-in <input type="file" /> works as expected? You can test this in a new web site without radupload in it. Thanks.
Regards,
Albert
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0

Michael
Top achievements
Rank 1
answered on 16 Dec 2008, 02:30 AM
Hi Albert
Hmm I managed to upload a 4.02mb file successfully however anything greater gives me this error in Firfox.
Connection Interrupted
The document contains no data.
The network link was interrupted while negotiating a connection. Please try again.
Any idea why this is happening? Thanks.
Hmm I managed to upload a 4.02mb file successfully however anything greater gives me this error in Firfox.
Connection Interrupted
The document contains no data.
The network link was interrupted while negotiating a connection. Please try again.
Any idea why this is happening? Thanks.
0
Hello Michael,
This means that large file uploads are not permitted. Please check the following web pages:
http://sdn5.sitecore.net/Scrapbook/IIS7%20and%20large%20files.aspx
http://www.telerik.com/help/aspnet-ajax/upload_uploadinglargefiles.html
Best wishes,
Albert
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
This means that large file uploads are not permitted. Please check the following web pages:
http://sdn5.sitecore.net/Scrapbook/IIS7%20and%20large%20files.aspx
http://www.telerik.com/help/aspnet-ajax/upload_uploadinglargefiles.html
Best wishes,
Albert
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0

Michael
Top achievements
Rank 1
answered on 16 Dec 2008, 09:16 AM
I did all that and it still does not work :(
Any other tips or why this isn't working for me??
Any other tips or why this isn't working for me??
0
Hello Michael,
We don't have any other tips for you apart from the ones described in those web pages. You need to make sure uploading of large files works with a regular <input type="file" /> first.
Regards,
Albert
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
We don't have any other tips for you apart from the ones described in those web pages. You need to make sure uploading of large files works with a regular <input type="file" /> first.
Regards,
Albert
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.