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
I am building a shiny app where users can upload files that get stored in a dropbox. The files are just saved but not further used for analysis in the app.
In addition to #173, I would like to ask if it is possible to include an argument in drop_upload() that sets the file name for the file that is being uploaded.
Right now I implemented a workaround to create a folder for each file, with the name file name as folder name. Each "0"-named file gets saved in this specific folder. However, a control argument for the file name to be saved as would be more efficient.
Would be great if you consider implementing and adding such an argument to drop_upload().
The text was updated successfully, but these errors were encountered:
I am building a shiny app where users can upload files that get stored in a dropbox. The files are just saved but not further used for analysis in the app.
In addition to #173, I would like to ask if it is possible to include an argument in
drop_upload()
that sets the file name for the file that is being uploaded.Right now I implemented a workaround to create a folder for each file, with the name file name as folder name. Each "0"-named file gets saved in this specific folder. However, a control argument for the file name to be saved as would be more efficient.
Would be great if you consider implementing and adding such an argument to
drop_upload()
.The text was updated successfully, but these errors were encountered: