[CLOSED] Multiupload upload multiple files at the same time when Drag&Drop was used

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] Multiupload upload multiple files at the same time when Drag&Drop was used

    Hi,

    In the following example https://examples3.ext.net/Examples/M...ad/Basic/Grid/

    when multiple files are selected from "Browse..." dialog then all are being uploaded sequentially (one after another)
    This is the scenario I would like to have when Drag & Drop is used.

    When you drag & drop files and press upload then all files are being uploaded simultaneously.
    I am not sure if it is a bug or am I missing something here.

    Thank you,
    Last edited by Daniil; Mar 20, 2015 at 7:41 PM. Reason: [CLOSED]
  2. #2
    Hi Matt,

    I'll try to explain what is happening.

    Uploading via drag&drop it is a browser's native functionality.

    At some point we decide to use that browser API with a MultiUpload.

    So, MultiUpload might upload files using two APIs:

    1. Flash API that comes with a base of MutliUpload control - SWF Uploader.
    2. Browser's native upload API.

    It is why it works in different ways.
  3. #3
    Hi Danill,

    Thank you, in other words there is no way to "force" upload files one by one if they were dragged and dropped ?

    Simultaneous upload after drag and drop multiple files ...

    Click image for larger version. 

Name:	simultaneous-upload.png 
Views:	2 
Size:	27.2 KB 
ID:	22401

    Best Regards,
  4. #4

    Drag & Drop method "Start Upload" repeat upload of already uploaded files.

    I think it is related to the different APIs You have mentioned above.


    When "dnd" method is used then every time you press "Start Upload" the all files are begin uploaded again. In "swfupload" mode the uploaded files are not uploaded again only these that were added.

    Can we do anything about it ?

    Thank you,
  5. #5
    I don't see a simple API setting for that. But it doesn't mean that it is impossible.

    There is the Ext.net.XHRUpload class in Ext.Net\Build\Ext.Net\ux\multiupload\Ext.net.MultiUpload.js.

    Probably, it might be changed to organize a queue for dragged and dropped files.

Similar Threads

  1. Replies: 0
    Last Post: Dec 05, 2014, 7:29 AM
  2. [CLOSED] Multiple Upload Drag And Drop on IE
    By snow_cap in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Jul 12, 2014, 6:49 PM
  3. [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
  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