-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chunked file uploads #573
Labels
Comments
Closed
Maybe I can bribe @anuprulez to take a stab at this ;) |
@nsoranzo I will have a look at it... |
@anuprulez Thanks, no pressure! |
This would be great!! For a lot of the users I've worked with, Galaxy is their first time to use ftp transfers, Filezilla etc, so not having to use ftp to get files >2GB in would save them time and hassle. |
Thanks a lot for your help @nsoranzo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is presently very difficult to upload very big (> 2 GB) files to Galaxy. To workaround this, an FTP server has to be used as described in https://galaxyproject.org/admin/config/upload-via-ftp/ . A more user-friendly solution, which would also reduced the admin work and the attack surface, is to integrate a library like https://github.com/blueimp/jQuery-File-Upload .
@guerler mentioned on IRC that this should feasible.
xref: https://trello.com/c/odrFJx7G/1267-improvements-for-the-new-upload-dialog
The text was updated successfully, but these errors were encountered: