Lauri Ojansivu c2da477735 Fixed Non-ASCII attachment filename will crash when downloading. il y a 4 ans
..
tests c2da477735 Fixed Non-ASCII attachment filename will crash when downloading. il y a 4 ans
.travis.yml c2da477735 Fixed Non-ASCII attachment filename will crash when downloading. il y a 4 ans
CHANGELOG.md c2da477735 Fixed Non-ASCII attachment filename will crash when downloading. il y a 4 ans
LICENSE.md c2da477735 Fixed Non-ASCII attachment filename will crash when downloading. il y a 4 ans
README.md c2da477735 Fixed Non-ASCII attachment filename will crash when downloading. il y a 4 ans
api.md c2da477735 Fixed Non-ASCII attachment filename will crash when downloading. il y a 4 ans
internal.api.md c2da477735 Fixed Non-ASCII attachment filename will crash when downloading. il y a 4 ans
package.js c2da477735 Fixed Non-ASCII attachment filename will crash when downloading. il y a 4 ans
tempStore.js c2da477735 Fixed Non-ASCII attachment filename will crash when downloading. il y a 4 ans

README.md

wekan-cfs-tempstore

This is a Meteor package used by CollectionFS. It provides an API for quickly storing chunks of file data in temporary files. If also supports deleting those chunks, and combining them into one binary object and attaching it to an FS.File instance.

You don't need to manually add this package to your app, but you could replace this package with your own if you want to handle temporary storage in another way.

FS.TempStore uses the wekan-cfs-storage-adapter compatible Storage Adapters, both FS.Store.FileSystem and FS.Store.GridFS will be defaulted. for more information read the internal.api.md

##Documentation API Documentation

##Contribute Here's the complete API documentation, including private methods.

Update docs, npm install docmeteor

$ docmeteor