yadudoc / cloud_kotta

Enabling Secure and Scalable Data Analytics in the Cloud
https://turingcompute.net
Apache License 2.0
16 stars 10 forks source link

Upload multiple files simultaneously #28

Open NandanaSengupta opened 7 years ago

NandanaSengupta commented 7 years ago

Currently we can upload a single file at a time -- would be very useful and more efficient from the users perspective if multiple (say 10) files can be uploaded in one go.

Thanks!

yadudoc commented 7 years ago

For the immediate future, would it suffice to have file upload support from the commandline client ? There's some work in testing for #18 .

We probably will need someone with better web-dev chops to do multiple file uploads from the web interface. Fixing #23 to have globus do multiple/large file transfers is another potential solution.