I'm using the Ajaxfileupload to upload files and store it in the DB.
The record is coming from an Id specificed in the querystring.
(page.aspx?ID=10)
Unfortunately when the UploadComplete even fires up, it does a postback and removes my ID and use other variables.
Any Ideas how to overcome it?
I tried to pass the ID through a Form or as a Property but to no avail.
I came across this post http://ajaxcontroltoolkit.codeplex.com/workitem/27149 but I can't figure out where is the AjaxFileUpload.pre.js file and how do I override it.
Any help would be appreciated.
Thanks
Oren