This question is locked. New answers and comments are not allowed.
When I attempt to upload multiple files in Safari, the file size is set to 0 for all files. However uploading a single file works as expected. This issue can be replicated on the demo page as well so I was wondering, is this a limitation of Safari or the Upload control and if there was a fix/work-around?
I've attached a screen shot of the error as seen on your demo page. To replicate go to http://demos.telerik.com/aspnet-mvc/razor/upload/clientsideevents in Safari and set it to the RAZOR view and then open the inspector. Then set a break point on line 48 of the clientsideevents file. Then press the select button on the demo page and choose 2 or more files to upload and press "Open" and you should hit the break point. Then drill down into the "e" object till you get to e.files[0] and you can see that the size is 0.
Here is a list of potentially useful information about my setup.
OS: Windows 7 64-bit
Safari version 5.1 (7534.50)
Thanks in advance for any assistance.
I've attached a screen shot of the error as seen on your demo page. To replicate go to http://demos.telerik.com/aspnet-mvc/razor/upload/clientsideevents in Safari and set it to the RAZOR view and then open the inspector. Then set a break point on line 48 of the clientsideevents file. Then press the select button on the demo page and choose 2 or more files to upload and press "Open" and you should hit the break point. Then drill down into the "e" object till you get to e.files[0] and you can see that the size is 0.
Here is a list of potentially useful information about my setup.
OS: Windows 7 64-bit
Safari version 5.1 (7534.50)
Thanks in advance for any assistance.