Quantcast
Channel: AjaxControlToolkit Work Item Rss Feed
Viewing all articles
Browse latest Browse all 4356

Commented Issue: AjaxFileUpload in HTMLEditorExtender show error and fails to upload if the URI already have query string in it [27217]

$
0
0
I have a HTMLEditorExtender with AjaxFileUpload toolbar in it.
the AjaxFileUpload works OK with this URI "www.aaabbbccc.com/default.aspx",
but it fails with this URI "www.aaabbbccc.com/default.aspx?id=1",(with query string in it)

After debugging, I found when I uploaded a file, it will send a request to server with a URI like this:
www.aaabbbccc.com/default.aspx?id=1?contextkey=D4A4555AA111.

Do you see anything error? two "?" in the query string. that means the "id" is "1?contextkey=D4A4555AA111", and no "contextkey" will be got on the server side.

This is just a clue for you to fix the issue, but I don't know the root cause.

The detailed behavior is:
when I select a image and click "upload", it says there is an error on the "upload" page.
the ImageUploadComplete event is not triggered.
debugger told me "Argument null error" in javascript and don't the detailed error.
Comments: Not sure where you found the other issue.... +1 here for issues when you have items in the query string. Modish - that's just going to cause you problems. What happens when a user has multiple tabs open???

Viewing all articles
Browse latest Browse all 4356

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>