Skip to content
This repository has been archived by the owner on Mar 14, 2019. It is now read-only.
Brylie Christopher Oxley edited this page Mar 2, 2015 · 21 revisions

Welcome to the Meteor-CollectionFS wiki!

Join the chat at https://gitter.im/CollectionFS/Meteor-CollectionFS

CollectionFS is a suite of Meteor packages that together provide a complete file management solution including uploading, downloading, storage, synchronization, manipulation, and copying. It supports several storage adapters for saving to the local filesystem, GridFS, or S3, and additional storage adapters can be created.

Primary documentation

Introduction
Installation
Getting Started

Example Code

Insert One or More Files From File Input
Insert One Or More Files Dropped on an Element
Insert One File From a Remote URL
Insert from a Buffer on the Server
Insert from a Stream on the Server

How-tos

How-to: Convert fro Pre-0.9.0 Meteor

Download

How-to: Provide a download button
How-to: Customize the HTTP URLs and Headers

Metadata

How-to: Add custom metadata to a file before inserting
How-to: Update existing file's metadata

Storage Adapters

How-to: Customize the folders on the filesystem
How-to: Customize the file key / folders in the S3 Bucket

File/Image Manipulation

How-to: Create square thumbnails
How-to: Convert image to a different format
How-to: Convert a file already stored