aramk:file-upload

v1.0.1Published 6 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

meteor-file-upload

Simple file uploads in Meteor.

Setup

Packages

This package relies on the following forked packages to work correctly. Add them with Meteorite or symlink them into the packages directory.

aramk/Meteor-cfs-tempstore - Contains the fix mentioned here and here for uploading files on Modulus.

aramk/Meteor-cfs-s3.git - Contains this pull request which fixes an issue with downloading files from S3.

Directories

The FILES_DIR environment variable should be set the app files directory. TEMP_DIR should be the temporary files directory. If the REMOVE_TMP_ON_LOAD environment variable is set to a "true", the temporary directory will be cleared on server startup.

Modulus

Set an environment variable FILES_DIR="/app-storage" in the Modulus app administration.