This is a migrated thread and some comments may be shown as answers.

IE9 not supporting upload chunking?

1 Answer 43 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Bob
Top achievements
Rank 1
Bob asked on 01 May 2013, 08:49 PM
I have an application deployed in Windows Azure, with an asyncupload control which has its temporaryFolder set to a local resource on the web role. The control correctly chunks files to the temp directory in all browsers (including IE10) except IE9.

I tested uploading varying file sizes, and observed any files smaller than whats currently available on the default temp directory( Appdata) , will successfully upload. When a file fails, it returns with a not enough space on the disk. Does IE9 not support chunking for the asyncupload control?

Please advise,

1 Answer, 1 is accepted

Sort by
0
Hristo Valyavicharski
Telerik team
answered on 06 May 2013, 12:48 PM
Hello Jed,

Chunks are supported by all browsers. However RadAsyncUpload uses different upload modules for the different browsers. Probably IE9 uses Silverlight module. Check if the chunks will be working if you sent DisablePlugins to true. This will disable Silverlight module and will switch IE to use Iframe module.

All the best,
Hristo Valyavicharski
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
AsyncUpload
Asked by
Bob
Top achievements
Rank 1
Answers by
Hristo Valyavicharski
Telerik team
Share this question
or