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

Upload to another server

1 Answer 40 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
davoud nayebi
Top achievements
Rank 2
davoud nayebi asked on 07 Oct 2010, 11:55 AM
i would the user to upload a file using the uploader.... assuming my current server that runs the application is 23.45.8.79
i would like the uploaded file to be transferred to 23.45.8.73...is this possible.

uploading and saving the file to 8.79 is easy, how about uploading to 8.73 with the application uploader located in 8.79

thank you

1 Answer, 1 is accepted

Sort by
0
Genady Sergeev
Telerik team
answered on 08 Oct 2010, 04:23 PM
Hi davoud nayebi,

As we have answered in the support thread, such functionality is not supported by RadUpload. Here is a sample approach that can be used to achieve this functionality:

1) Upload the files to server A
2) In server a, create an HttpWebRequest object that targets server B
3) Write the uploaded files to the request object
4) Send the request to server B.


Best wishes,
Genady Sergeev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Upload (Obsolete)
Asked by
davoud nayebi
Top achievements
Rank 2
Answers by
Genady Sergeev
Telerik team
Share this question
or