-
Notifications
You must be signed in to change notification settings - Fork 46
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
File Upload from URL #249
Comments
In principle it would be straight-forward using paperclip but I think we would need to include this in a Worker, because I guess otherwise the server will wait for the upload from remote-url <-> openSNP? |
Definitely. But does it actually bring any benefit? |
I think for larger files it will bring a benefit because especially for genome/exome VCFs the files usually are already downloadable on some server, so making people first download them and reupload them is a pain for them. |
And they wouldn't have to keep the browser open, hoping the upload goes through. Alright. Should be easy enough to do. |
Yes, @Treblesteph and I had some problems doing just that during the Mozilla workshop this weekend 😄 |
So, the guy who wanted to upload his full genome VCF still is having trouble doing so. But he has it available via a Dropbox link. Which made me think: Maybe we should add "upload" support from URL and we then just grab the file from there?
The text was updated successfully, but these errors were encountered: