RSwitch
RSwitch copied to clipboard
Allow uploads/downloads to/from rstudio server sessions
In rstudio server sessions it is possible to click the Upload button (under the file tab) to send files to the server, or (still under the file tab) to click on files names (e.g. docx, zip) to download them locally. This works in a regular web browser but unfortunately not in the RSwitch viewer.
I am using Rswitch v1.5.1 on macOS Mojave v10.14.6
thx for using RSwitch and taking the time to file an issue!
Thx esp for this. I never use that feature but I can see why it's failing (I have to account for all possible popups ahead of time given the way WebKit works programmatically so I'll figure out which named windows the server uses and get this in there).
Progress! I've got uploads working and just need to tweak a bit more code to get downloads working.
Looks promising, I am looking forward to the update 😄
and downloads are working in the forthcoming release (later today)