Hi,

I've started implementing an html5 drag n' drop upload feature. It's to
the point where the file is being uploaded and on the server-side I can
fetch the filename with request.env['HTTP_X_FILE_NAME'], but how to save
the file content?

In which parameter is it located? I tried request.body, but it doesn't
reproduce the initial file. I tried Base64 decoding also, but not luck?

Has anyone done work on that?

Thanks
-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to