File upload with Sinatra.

Posted by Ethan Turkeltaub on Stack Overflow See other posts from Stack Overflow or by Ethan Turkeltaub
Published on 2010-04-21T19:40:19Z Indexed on 2010/04/21 19:43 UTC
Read the original article Hit count: 265

Filed under:
|
|

I am trying to be able to upload files with Sinatra. I have the code here, but I'm getting the error "method file_hash does not exist" (see /lib/mvc/helpers/helpers.rb).

What is going on here? Is there some dependency I'm missing.

© Stack Overflow or respective owner

Related posts about sinatra

Related posts about paperclip