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

AsyncUpload iOS 6 null InputStream

1 Answer 47 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 18 Oct 2012, 12:38 PM
iOS 6 allows for photos and videos to be uploaded via safari. Everything works well on the AsyncUplod including the server side FileUploaded event. However, when I try to access the InputStream via e.File.InputStream I get a null / file not found exception. I can watch the temporary folder where the file gets uploaded to and no file is ever written there. All of the server side and client side events fire like normal without the file ever being written to the server.

Am I missing something here or is there a bug for safari on the iPad?

1 Answer, 1 is accepted

Sort by
0
Accepted
Bozhidar
Telerik team
answered on 18 Oct 2012, 01:47 PM
Hi Michael,

This was a bug in the FileAPI module of RadAsyncUpload that was caused by the fact that the Safari browser in iOS 6 is caching the POST requests that the upload uses to transfer data to the server.

We have fixed this bug in time for the Q3 release ( which was released yesterday ), so you will get the working version when you update your controls.
 
Greetings,
Bozhidar
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
Michael
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
Share this question
or