This repository has been archived by the owner on Oct 14, 2024. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves #414 (see last comment)
The contextKey parameter is hard-coded to include curly braces { and }. This key is then injected into the URL used to upload files via the AjaxFileUpload control. These characters are not allowed per RFC 3986 §3.4. For convenience, I'll quote https://stackoverflow.com/a/31300627
For my specific issue description (various users reported this in the ticket)
20.1
NuGet
URL should encode it's parts, e.g. ?contextKey=%7BDA8BEDC8-B952-4d5d-8CC2-59FE922E2923%7D&controlID=ctlUpload&start=1&queue=1
?contextKey={DA8BEDC8-B952-4d5d-8CC2-59FE922E2923}&controlID=ctlUpload&start=1&queue=1
Chromium-Based Edge v94.0.992.38 (64-bit)
IIS