I would like to use the Telerik upload control for my interface, but I would prefer to upload the file(s) to a service-based destination instead of a local destination on my Web server. How do I accomplish this, and will I still be able to utilize Telerik progress indicators?
1 Answer, 1 is accepted
0
Accepted
Peter Filipov
Telerik team
answered on 15 Aug 2011, 12:51 PM
Hi Brendan,
Thank you for contacting Telerik Support.
Unfortunately RadUpload doesn't provide such functionality to upload file directly to specific URLs.
After a file is selected for upload and a postback occurs on the server side you can access the uploaded file from UploadedFiles property and manipulate it as you want.
Regarding the RadProgressArea, it will work fine(no additional code is necessary).
I hope this helps. I will be glad to assist you further.