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

Large File Upload Support #23

Open
benrr101 opened this issue Jun 1, 2014 · 0 comments
Open

Large File Upload Support #23

benrr101 opened this issue Jun 1, 2014 · 0 comments

Comments

@benrr101
Copy link
Owner

benrr101 commented Jun 1, 2014

Right now, you /can/ upload huge files to dolomite, but the upload client will often balk at the huge request. To aid in this, I propose adding asynchronous upload streaming support to the track endpoint. Something like http://www.level533.com/2010/11/uploading-large-files-to-self-hosted-wcf-rest-service/

However, if this is a failing proposition, the next best alternative would be to enforce upload chunking. This would be a bitch and a half from a logistics standpoint (where do the chunks reside, how do we put them back together, etc, etc) but it would almost be guaranteed to work.

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

No branches or pull requests

1 participant