RStudio Server request: automatically convert special characters in file name to URL-compatible format

Sometimes I will be using RStudio Server and I will generate a png which has the character + in the filename, for example:

my+file.png
If I click on it to open it up and view it in a new browser tab, I will get the message
/files/path/to/my+file.png not found.
In order to view it, I need to change the + in the URL string to %2b.

I was thinking it would be good to have this sort of conversion occur automatically, if possible. Thanks!

You can formally file a feature request on the GitHub repository for the RStudio IDE.

Done, thanks.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.