-
Notifications
You must be signed in to change notification settings - Fork 37
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
Provide a mechanism for removal of temporary data for aborted uploads #113
Comments
Hi see my comments over there, the behavior you describe is expected w.r.t. file-collection. It is the sample app that is producing what you are observing. |
Hi, what do you think of adding an options argument to something like:
Then I would jump on this and send you a pull request, but I do not understand coffee and I have not built a package yet. I forked the project, but it looks like there are no build scripts included in meteor-file-collection? |
FYI, this general issue (incomplete uploads) has come up before: #77 Having a day to think about this, I think that However, implementing it elegantly may be tricky because the server-side resumable.js support is about 98% separate from file-collection, and the goal going forward is to make that 100% so that it is easy to plug-in support for other chunked uploading solutions. See for example: Anyway, this is a problem that any such upload backend will need to handle, so I just need to come up with a standard mechanism to trigger the cleanup. |
thanks for the heads up. I followed your advice for the observe on my JSSample app and it works like a charm. I look forward to the enhancement. |
I think that bug #7 against the sample may be a file-collection bug.
The text was updated successfully, but these errors were encountered: