This is a migrated thread and some comments may be shown as answers.

FileExplorer upload files by dragging them into the target folder

6 Answers 86 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
Suzy
Top achievements
Rank 2
Suzy asked on 20 Nov 2014, 01:48 PM
Hi,

I am using the RadFileExplorer and this works fine but the user wants to add files to the folder by dragging them to the folder and drop it.  Not by first clicking the folder, then push the upload button and there drop (or select) the file and press upload. Too many steps...

Is there a way to do this?

Kind regards

Suzy

6 Answers, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 20 Nov 2014, 03:35 PM
Hi Suzy,

I am afraid that I will have to disappoint you, but the desired functionality is not available out-of-the-box in the FileExplorer control and cannot be achieved with the current implementation of the control. The only option I can suggest you for the moment is to enable the AsyncUpload of the control and use its drop zone in a similar way: video.

I hope this information will be helpful for you.


Regards,
Vessy
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Suzy
Top achievements
Rank 2
answered on 27 Nov 2014, 10:53 AM
Sorry but the video just shows me the way it is with the upload button of the FileExplorer. 
0
Vessy
Telerik team
answered on 27 Nov 2014, 02:11 PM
Hi Suzy,

FileExplorer can be used either with the deprecated RadUpload control, or with RadAsyncUpload. The latter control has its drop zone, which functionality is demonstrated in the linked video. This is the only upload-dragging option that can be currently used in the FileExplorer control.

Regards,
Vessy
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Suzy
Top achievements
Rank 2
answered on 27 Nov 2014, 02:21 PM
Hey Vessy,
where can I drop a change request for this?  I really think it will be a plus for the Fileexplorer if you could drop a file directly in the folder where you want it.

Kind regards

Suzy
0
Vessy
Telerik team
answered on 27 Nov 2014, 03:02 PM
Hi Suzy,

You can submit the desired functionality as a feature request into our Feedback portal. If many people vote for it our developers will consider its implementation:
Telerik UI for ASP.NET AJAX Ideas & Deedback Portal

Regards,
Vessy
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Sam
Top achievements
Rank 1
answered on 23 Mar 2015, 01:19 PM
Just came across this and needed the same functionality of a file explorer with file upload drag and drop capability. Not sure if this has been answered but just in case it helps anyone else - All you really have to do is add an upload control to the form and hide it. Then put the file explorer in a div and set the div as a drop zone. Add client script to auto post back after files are dropped. The only limitation is the user have the folder they want to drop the files in selected. I suppose you could overlay dynamic drop zones if you need to drop them directly into the target folder. 
Tags
FileExplorer
Asked by
Suzy
Top achievements
Rank 2
Answers by
Vessy
Telerik team
Suzy
Top achievements
Rank 2
Sam
Top achievements
Rank 1
Share this question
or