You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
__Major changes:__
- ⚠️ `FSName` now sanitized and limited to 28 symbols, no white-spaces allowed
- ⚠️ `fileId` now sanitized and limited to 20 symbols, no white-spaces allowed
- ⚠️ File extension now sanitized and limited to 20 symbols, no white-spaces allowed
- 📦 Decouple `fs-extra`, use native node.js `fs` module
- 👨💻 Add missing `isData` helper via #795, by @harryadel
__Changes:__
- 👷♂️ Fix: #827, thanks to @aertms
- 👷♂️ Fix: #832, thanks to @polygonwood
- 👷♂️ Fix: #813, thanks to @Prinzhorn
- 👨💻 Fix: #834, thanks to @bladerunner2020
- 📔 Fix: #803, thanks to @bartenra
- 🏗 Sanitize inputs (`FSName`, `fileId`, `extension`) to avoid command injection
- 📔 Improved documentation, special thanks to @Prinzhorn and @make-github-pseudonymous-again
- 📔 GridFS documentation fix: #818
- 👷♂️ Utilize `Meteor._debug` where possible instead of `console.log`
__Other:__
- 🤝 Compatibility with `meteor@2.7.3`
I'm having an issue:
The event uploaded is triggered before event progress = 100.
My code:
And the output is:
1 10 21 32 43 53 63 68 79 90 uploaded! 100
Meteor-files: ostrio:files@2.0.1
Meteor: 2.3.5
Mac/Safari Version 15.3 (17612.4.9.1.5)
The text was updated successfully, but these errors were encountered: