This is possibly related to this thread: http://www.telerik.com/community/forums/aspnet-ajax/async-upload/ie8-multiplefileselection-and-uploadedfilesrendering-belowfileinput-error.aspx
When I use RadSyncUpload with UploadedFilesRendering="BelowFileInput", when I click "Cancel' in any of the files currently being uploaded, it throws a javascript error.
TypeError: p.map[(o - q)] is undefined
at "}else{delete p.map[o-q].file;"
This occurs in all browsers. I tested this when the control was working in FileAPI mode and Silverlight mode. In all the cases this error comes up. In Silverlight mode the error comes up as "System.NullReferenceException: [Arg_NullReferenceException]".
I'm also using MultipleFileSelection="Automatic" and I absolutely need multiple file selection if the browser supports it.
The error does not occur when I set UploadedFilesRendering="AboveFileInput".
Telerik version: 2012.2.607.35
Is there a workaround for this?
When I use RadSyncUpload with UploadedFilesRendering="BelowFileInput", when I click "Cancel' in any of the files currently being uploaded, it throws a javascript error.
TypeError: p.map[(o - q)] is undefined
at "}else{delete p.map[o-q].file;"
This occurs in all browsers. I tested this when the control was working in FileAPI mode and Silverlight mode. In all the cases this error comes up. In Silverlight mode the error comes up as "System.NullReferenceException: [Arg_NullReferenceException]".
I'm also using MultipleFileSelection="Automatic" and I absolutely need multiple file selection if the browser supports it.
The error does not occur when I set UploadedFilesRendering="AboveFileInput".
Telerik version: 2012.2.607.35
Is there a workaround for this?