theodi / shared

Repo that we use for non-repo-specific stories and other shared stuff.
22 stars 1 forks source link

Javascript uploader for CSVlint #713

Closed Floppy closed 9 years ago

Floppy commented 9 years ago

Use a better browser upload solution, perhaps resumable.js or something similar.

pezholio commented 9 years ago

See https://github.com/theodi/csvlint/issues/216

bcouston commented 9 years ago

Suggestions: Implement this for uploading schema files as well

quadrophobiac commented 9 years ago

recapitulating the points raised in prior tickets as summary of the objective of this ticket:

we want to implement resumableJS (or some interface to the HTML5 file upload API) to allow a means of uploading a file that has better tolerance for connection failures or other interruptions to the file being uploaded

pezholio commented 9 years ago

I think this is good to go now - there was a bit of fiddling around with tempfiles and the like, but we're now saving chunks to GridFS, which is much nicer.