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

Can AsyncUpload upload file to another server?

1 Answer 62 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Eric
Top achievements
Rank 1
Eric asked on 14 Dec 2011, 10:48 AM
Hi,

I need use upload file to another server with custom hander .

When I try to set property HttpHandlerUrl  to "http://10.10.10.10/uploadhandler.ashx".

It will throw an exception that System.ArgumentException: HttpHandlerUrl must be application-relative (i.e. it should start with "~/" .

Are there any solutions for me?

Thanks in advance.
Eric

1 Answer, 1 is accepted

Sort by
0
Bozhidar
Telerik team
answered on 15 Dec 2011, 05:07 PM
Hello Eric,

RadAsyncUpload does not support uploading files to a handler outside of the application. If you want to upload files to a custom location, you can use the FileUploaded event.

Kind regards,
Bozhidar
the Telerik team
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
Tags
AsyncUpload
Asked by
Eric
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
Share this question
or