Skip to content
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

Open
gedankenstuecke opened this issue Feb 8, 2016 · 5 comments
Open

File Upload from URL #249

gedankenstuecke opened this issue Feb 8, 2016 · 5 comments
Labels

Comments

@gedankenstuecke
Copy link
Member

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?

@gedankenstuecke
Copy link
Member Author

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?

@tsujigiri
Copy link
Collaborator

Definitely. But does it actually bring any benefit?

@gedankenstuecke
Copy link
Member Author

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.

@tsujigiri
Copy link
Collaborator

And they wouldn't have to keep the browser open, hoping the upload goes through. Alright. Should be easy enough to do.

@gedankenstuecke
Copy link
Member Author

Yes, @Treblesteph and I had some problems doing just that during the Mozilla workshop this weekend 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants