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

RadAsyncUpload FileAPI and IFrame

1 Answer 102 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
pramodh
Top achievements
Rank 1
pramodh asked on 01 Aug 2011, 11:52 AM
Hi, 

   I want to implement this RadAsyncUpload using FileApi and IFrame techniques, I needed some samples to implement them, request you to provide me the same as implementing this feature with silverlight or flash depends on clients desktop environment, am planning to implement the same with FileAPI n IFrame.

 Also I want to know that if these methods work in IE8? 

So please give me some sample code or project to implement multi file upload using RadAsyncUpload FileAPI and IFrame..

Awaiting for your reply.


thanks
Pramodh

1 Answer, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 03 Aug 2011, 04:05 PM
Hi Pramodh,

Internally, RadAsyncUpload can choose between four modules for uploading - IFrame, Flash, Silverlight and FileApi. The module with higher priority is Silverlight. If there is no Silverlight installed on the client machine, RadAsyncUpload will utilize the Flash or FileAPI (depends on the browser) module. If there is no Flash as well, RadAsyncUpload will use the IFrame module which is supported out of the box on all browsers.

The FileApi standard is not supported by IE, therefore RadAsyncUpload FileApi module does not work under IE. The FileApi works under FireFox 4.0+, Safari 5.0+, Google Chrome. You don't have to do anything to implement this modules, they will automatically turn on if the underlying browser supports the given technology.

Best wishes,
Genady Sergeev
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
AsyncUpload
Asked by
pramodh
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
Share this question
or