Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Beta Forum > HTML5 FileAPI for RadAsyncUpload

Not answered HTML5 FileAPI for RadAsyncUpload

Feed from this thread
  • Anders Mad. avatar

    Posted on Jul 7, 2011 (permalink)

    The change log says: "Added: HTML5 FileAPI module for RadAsyncUpload"

    Any info on that? Can't seem to find demo etc.

    Thanks :)

    Reply

  • Genady Sergeev Genady Sergeev admin's avatar

    Posted on Jul 13, 2011 (permalink)

    Hello Anders Mad.,

    The File API module is available under FireFox, Safari and Chrome browsers. Its precedence is after Silverlight. Here is the file API module in short:

    Features:

    -                      Multiple file upload

    -                      Stand alone progress monitoring  (No http module used!)

    -                      Support for the same events as the other modules

    -                      Upload cancellation

    -                      Upload files via chunks, effectively walking around the ASP.NET max files size limitation.

    Limitations:

    -                      No file filtering, i.e. it is not possible to filter the select files dialog with the allowed extensions, because the latter functionality is not yet implemented by any browser. This is the only disadvantage of File API compared to Silverlight.

    Browser support: FF 3.6 +, Google Chrome, Safari 5


    We will add drag and drop capabilities for Q2 Service Pack 1.

    Regards,
    Genady Sergeev
    the Telerik team

    Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET AJAX > Beta Forum > HTML5 FileAPI for RadAsyncUpload