freakimkaefig / Music-XML-Analyzer

Music XML Analyzer
http://freakimkaefig.github.io/Music-XML-Analyzer/
MIT License
15 stars 4 forks source link

Fix missing file system issues in heroku #123

Closed freakimkaefig closed 9 years ago

freakimkaefig commented 9 years ago

User uploads aren't stored persistently.
Cause: Heroku has no real filesystem. On wake up (after sleep) uploaded files get cleared

Alternative 1: Store uploaded files to AWS S3 (performance may decrease)

Alternative 2: Store file contents in db and read contents from db

freakimkaefig commented 9 years ago

Fixed with v1.1 26885b4