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 interested in hosting one session for multiple users of my Dash app. Users will expect to upload their own files which should not be shared with other users. How could I set the UPLOAD_FOLDER_ROOT in du.configure_upload() according to each user's unique URL search string? For example, if the application's root upload folder is temp/, and the user is running the application at https://127.0.0.1:8050/?user=U001, a subdirectory with the path temp/U001/ should be created. Any ideas would be immensely appreciated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am interested in hosting one session for multiple users of my Dash app. Users will expect to upload their own files which should not be shared with other users. How could I set the
UPLOAD_FOLDER_ROOT
indu.configure_upload()
according to each user's unique URL search string? For example, if the application's root upload folder istemp/
, and the user is running the application athttps://127.0.0.1:8050/?user=U001
, a subdirectory with the pathtemp/U001/
should be created. Any ideas would be immensely appreciated.Beta Was this translation helpful? Give feedback.
All reactions