This question is locked. New answers and comments are not allowed.
Hi there,
is there a way to upload files asynchronous to another domain with your upload control?
I thought about something like the following:
But this doesn't work. How could I alternatively solve this?
Thanks for your help!
is there a way to upload files asynchronous to another domain with your upload control?
I thought about something like the following:
@(Html.Telerik().Upload().Name("file").Async(builder => builder.AutoUpload(true) .Save("http://www.anyuploaddestination.com))Thanks for your help!