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

Select Multiple file and ftp

3 Answers 97 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Andre
Top achievements
Rank 1
Andre asked on 31 May 2013, 02:19 PM
I'm interested in creating an application that allows a user to click a button, select multiple files, send them to an ftp server. I'm looking at the async upload control as a starting point. Is this possible?

I saw another post on this but the solution contained a dead link.

If not, Is there a another control i can use to simply select a bunch of files on the users machine?



3 Answers, 1 is accepted

Sort by
0
Hristo Valyavicharski
Telerik team
answered on 05 Jun 2013, 11:41 AM
Hi Andre,

Such scenario could be accomplished with RadAsyncUpload. I would recommend you to use Custom Http Handler. This gives you the flexibility to save the file where you want - in FTP, DB etc. Here is an online sample demonstrating how to use custom handler.

Regards,
Hristo Valyavicharski
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Lou
Top achievements
Rank 1
answered on 28 Mar 2016, 03:03 PM

Hi,

In your documentation about writing a custom handler (http://demos.telerik.com/aspnet-ajax/asyncupload/examples/imageuploader/defaultcs.aspx) it says:

In order to enable this functionality, set the DisableChunkUpload=”false” and specify an Http handler using the HttpHandlerUrl property.

Is this correct? In my project if I look at the AsyncFileUpload control properties I see that DisableChunkUpload is set to false by default.

Thanks,

-Lou

0
Hristo Valyavicharski
Telerik team
answered on 31 Mar 2016, 07:47 AM
Hi,

Thank you for pointing this out. Yes it is not needed to set this property. We are going to update this text.

Regards,
Hristo Valyavicharski
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
AsyncUpload
Asked by
Andre
Top achievements
Rank 1
Answers by
Hristo Valyavicharski
Telerik team
Lou
Top achievements
Rank 1
Share this question
or