You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alternate solution was to correctly escape the file names (percent-escaping) before sending them to the sendFile method. Working correctly now, so no need to restrict incoming file names at this point.
Suggested fix -- in "fileUpload" element, strip out any illegal characters on upload and save them with modified filenames.
Legal chars should be restricted to letters,numbers, space, and underscore (what about åccénted letters? -- need to test)
Illegal chars should be replaced with underscores, probably.
The text was updated successfully, but these errors were encountered: