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

Configure HttpHandlerUrl for RadAsyncUpload

1 Answer 258 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Popescu
Top achievements
Rank 1
Popescu asked on 23 Oct 2012, 10:02 AM
Hi,

I'm trying to configure the HttpHandlerUrl parameter for my RadAsyncUpload object.

I configureIt like this :
myAsyncUploader.HttpHandlerUrl  = ("~/loggedin/ImageHandler.ashx?CarId=" + CarId + "&PartnerId=" + PartnerId);

The problem I have always an exception :
 http://vab/loggedin/ImageHandler.ashx?CarId=936&PartnerId=4?type=rau"

...
Illegal characters in path
that's because of that "type=rau".

How can I pass my values from server side to that handler ?

How can I configure my RadAsyncUpload to avoid that "type=rau" ?

Thanks,


1 Answer, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 26 Oct 2012, 07:41 AM
Hi Popescu,

 
You can refer to this help topic and our on-line demo where is explained help to customize the upload handler.
As for the "type=rau"(RadAsyncUpload) this is the default ending that is used by our control.

You can also review the Query String Parameters To Upload Handler topic that explains a new functionality from Q3 2012 that may be helpful as well.

Regards,
Plamen
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
General Discussions
Asked by
Popescu
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Share this question
or