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

Manipulating Query String Parameters In The Upload Handler Pre 2012.3

1 Answer 35 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Daniel
Top achievements
Rank 1
Daniel asked on 12 May 2014, 07:45 AM
Hi Guys,

I'm using an aging sitecore installation and for compatibility reasons I have to keep using 2012.Q2.
I would like to accomplish http://www.telerik.com/help/aspnet-ajax/asyncupload-query-string-parameters%20to-upload-handler.html
but eventArgs doesn't have the set_queryStringParams function.

Is there any "easy" way to go about this?

- Daniel

1 Answer, 1 is accepted

Sort by
0
Daniel
Top achievements
Rank 1
answered on 12 May 2014, 09:36 AM
After searching some more, I went with this: http://www.telerik.com/forums/httphandlerurl-property-with-parameter
The solution is in effect only a ~20 simple lines extra, and adds a lot of flexibility.

I already had a custom upload handler, so it was easy enough to add that extra line.
Tags
AsyncUpload
Asked by
Daniel
Top achievements
Rank 1
Answers by
Daniel
Top achievements
Rank 1
Share this question
or