Just a thought here. The overall the file system related use-cases on the web applications can be tackled like google drive or one drive sync pattern. Something like how our files from the local machine (in google/one drive) sync with cloud in timely fashion.
Instead of user upload directly on the web app via browser, they can upload into the sync path in local machine and that will sync the files to cloud.
Log in to continue
We're a place where coders share, stay up-to-date and grow their careers.
Definitely true, the file upload bottle neck is the main reason I keep going back to desktop app
Just a thought here. The overall the file system related use-cases on the web applications can be tackled like google drive or one drive sync pattern. Something like how our files from the local machine (in google/one drive) sync with cloud in timely fashion.
Instead of user upload directly on the web app via browser, they can upload into the sync path in local machine and that will sync the files to cloud.