Should the file name in Content-Disposition
be URL encoded?
Content-Disposition: attachment; filename=my file with spaces.png
or
Content-Disposition: attachment; filename=my%20file%20with%20spaces.png
I've tried with mixed results.
I have a library I'm using and it gets URL-encoding-happy. I don't know if it's correct in doing that.