Closed Floppy closed 9 years ago
Suggestions: Implement this for uploading schema files as well
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
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.
Use a better browser upload solution, perhaps resumable.js or something similar.