Filemanager uploaded files with drag an drop.

1 Answer 375 Views
FileManager Upload
Jaime
Top achievements
Rank 1
Jaime asked on 18 May 2021, 11:37 AM

When using the filemanager's upload button to upload the files, everything works correctly. The files uploaded show on the list and I can see when the file upload is complete.

But if I drag and drop the files into a folder, the files are also uploaded, but I don't see the list of files, if these are large files, I can not tell when the transfer is complete.

How can I make the  filemanager display the show the list of files uploaded when a drag and drop happens?

 

Neli
Telerik team
commented on 21 May 2021, 06:59 AM

Hi Jaime,

I have tested the behavior using our Basic usage Demo. In the screencast linked here, you will see the behavior on my end when drag and dropping files. As you will see, the file is presented in the list while uploading. Am I missing something? Could you please provide the steps needed to be performed in order for the issue to be reproduced? This will help us to understand the issue better and provide appropriate assistance.  

Jaime
Top achievements
Rank 1
commented on 24 May 2021, 03:55 PM

Hi thank you for your reply, but you are uploading to the upload window. I want to drag the files straight into the open folder in the file manager. Just like one would with windows explorer. The upload of the files work, but it does not show the list.

1 Answer, 1 is accepted

Sort by
1
Neli
Telerik team
answered on 27 May 2021, 10:34 AM

Hi Jaime,

You could subscribe to the upload or the progress events of the Upload widget used in the FileManager. 

 upload:{
              upload: function(e){
                   .....
              }
 },

In the Dojo example linked here, a Notification will be displayed when a file is dropped in the FileManager for uploading. You could handle the upload.progress event in case you need also to display the file upload progress. You could take a look at the Upload events demo where the progress of the file uploading is console logged. 

I hope this helps.

Regards,


Neli
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Jaime
Top achievements
Rank 1
commented on 14 Jul 2021, 06:32 PM

Thank you for your reply, I used the upload to call:

filemanager.uploadDialog.open();

and did what I wanted. Thank you for your help.
Tags
FileManager Upload
Asked by
Jaime
Top achievements
Rank 1
Answers by
Neli
Telerik team
Share this question
or