RSwitch icon indicating copy to clipboard operation
RSwitch copied to clipboard

Allow uploads/downloads to/from rstudio server sessions

Open bguiastr opened this issue 6 years ago • 4 comments

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

bguiastr avatar Oct 23 '19 09:10 bguiastr

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).

hrbrmstr avatar Nov 12 '19 19:11 hrbrmstr

Progress! I've got uploads working and just need to tweak a bit more code to get downloads working.

hrbrmstr avatar Nov 16 '19 23:11 hrbrmstr

Looks promising, I am looking forward to the update 😄

bguiastr avatar Nov 18 '19 21:11 bguiastr

and downloads are working in the forthcoming release (later today)

hrbrmstr avatar May 25 '20 18:05 hrbrmstr