I've written a Padrino application that allows you to upload files. It uses MongoMapper (via Joint) to store these files (images) in GridFS. I am able to store one file with no problems. However, when I go to store another file, it saves, but it is not in the database. I wrote specs to use the model class directly (without going through Padrino routes) and I get the same result. What am I doing wrong here?

Gist with related files: https://gist.github.com/1341836

The application: http://github.com/eturk/fhsclock

link|improve this question

feedback

1 Answer

I tried it in Firefox (instead of Chrome), and it worked. Cleared my cookies and cache in Chrome and it worked. Doh!

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.