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

Upload files to FTP using RadUpload

6 Answers 152 Views
Upload
This is a migrated thread and some comments may be shown as answers.
Abhi
Top achievements
Rank 1
Abhi asked on 21 Mar 2013, 07:55 AM
Hi Team,
                 I want to Upload the files to FTP server.......I used RadUpload to do this, but I got error message that 
                 'File path not supported'.......
                 but, If I replace with http paths then it is working fine........please give any solution for this.

Thanks,
Abhi
                  
    

6 Answers, 1 is accepted

Sort by
0
Tina Stancheva
Telerik team
answered on 26 Mar 2013, 08:05 AM
Hello Abhi,

RadUpload provides a TargetPhysicalFolder property that can be used to set a physical path to a storage folder. Please take a look at this article for further information.

Regards,
Tina Stancheva
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Abhi
Top achievements
Rank 1
answered on 26 Mar 2013, 11:42 AM
Hi Tina ,

The article in your example shows a local folder. But in our case we are using like

TargetPhysicalFolder = ftp://111.111.1.1/Photos/" .

We are getting error : The given path format is not supported.


Can u Pls provide any ex using TargetPhysicalFolder like above.


Thanks.

0
Tina Stancheva
Telerik team
answered on 26 Mar 2013, 12:12 PM
Hi Abhi,

Please accept my apology - it seems I have misunderstood your question. This is why I want to thank you for further elaborating on your scenario.

However, when working with the RadUpload control you need to keep in mind that it works exclusively with an ASP HTTP handler that processes the files. This is why you can use only Http or Https protocols when indicating the target folder or the path to the UploadHandler. Apart from that, the only other approach you can use is to store the files locally using the TargetPhysicalFolder property.

Regards,
Tina Stancheva
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Abhi
Top achievements
Rank 1
answered on 26 Mar 2013, 01:20 PM
HI Tina,
               thanks for reply..........
               IS their any other solution to upload the files to FTP Server? 

Thanks,
Abhi
              
0
Tina Stancheva
Telerik team
answered on 28 Mar 2013, 04:15 PM
Hello Abhi,

The RadUpload can't upload directly to ftp but you can create custom uploading logic that uploads a file from a Silverlight solution to an ftp server. I'd advice you to search through the common Silverlight forums for different solutions.

Regards,
Tina Stancheva
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Abhi
Top achievements
Rank 1
answered on 02 Apr 2013, 02:50 PM
Hi Tina,
              (custom uploading logic that uploads a file from a Silverlight solution to an ftp server)
               Can u give any sample or ideas relating to this? pls

Thanks,
Abhi
Tags
Upload
Asked by
Abhi
Top achievements
Rank 1
Answers by
Tina Stancheva
Telerik team
Abhi
Top achievements
Rank 1
Share this question
or