Upload multiple files with version 4.8 EXT NET | Multiple upload removed

  1. #1

    Upload multiple files with version 4.8 EXT NET | Multiple upload removed

    Is there a way to upload multiple files with Ext .Net version 4.8? Currently the multiupload element has been removed because it used Flash and is no longer compatible with web browsers, can the basic FileUpload control be manipulated to be able to upload multiple files?
  2. #2
    Hello @IbrahimLopez, and welcome to Ext.NET forums!

    The FileUploadField is rooted in the <input type="file"> HTML element. Just like that, you can enable multiple files selection. It may be necessary further code to handle the display of the selection.

    According to the compatibility chart in the linked Mozilla page above, this should be fully compatible with all browsers it considers.

    By a post in this Sencha thread, support would be granted for Internet Explorer starting in 10.x..

    The thread also gives a solution to enable, client-side, the rendered file upload field to receive several files. It basically reaches its inner <input type="file"> element to set the multiple flag as true.

    Hope this helps!
    Last edited by fabricio.murta; Jan 15, 2021 at 12:29 PM. Reason: ops, it's the first post! Let's welcome him!

Similar Threads

  1. Replies: 4
    Last Post: Mar 12, 2015, 11:52 AM
  2. [CLOSED] how can i upload multiple files using Ext.NET + IE
    By JCarlosF in forum 2.x Legacy Premium Help
    Replies: 16
    Last Post: Oct 02, 2013, 3:51 PM
  3. [CLOSED] Multiple File Upload in Ext.NET v2.1
    By JCarlosF in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Jun 26, 2013, 12:13 AM
  4. File Upload Field - Multiple files?
    By peter.campbell in forum 1.x Help
    Replies: 2
    Last Post: Jul 04, 2012, 11:40 AM
  5. Replies: 1
    Last Post: Jun 23, 2011, 9:37 AM

Tags for this Thread

Posting Permissions