File Source is grouped

Hi Syncfusion team! How are you doing?


I'm trying to use 'File Source' implementation on Uploader so user can see previous uploaded files and delete them, but files are grouped and users can't select only one:



I've tried to mimic your implementation (https://ej2.syncfusion.com/javascript/documentation/uploader/file-source/):

 var preloadFiles = [

        { name: 'Nature', size: 500000, type: '.png' },

        { name: 'TypeScript Succinctly', size: 12000, type: '.pdf' },

        { name: 'ASP.NET Webhooks', size: 500000, type: '.docx' }

    ];

    //Initialize the control by preload files

    var uploadObj = new ej.inputs.Uploader({


        files: preloadFiles

    });

    uploadObj.appendTo('#fileupload');



But with the same result:



I'm using EJ2 from CDN 


    <script src="https://cdn.syncfusion.com/ej2/dist/ej2.min.js"></script>


What I'm doing wrong?


1 Reply

BC Berly Christopher Syncfusion Team December 15, 2021 04:01 PM UTC

Hi Matias Puzanowski, 
  
Greetings from Syncfusion support. 
  
We have checked the shared code example with latest version and the reported issue does not occurred at our end. So, we have prepared the sample and attached it below. 
  
  
Screenshot: 
  
 
  
Regards, 
Berly B.C

Loader.
Up arrow icon