Rails 3 get raw post data and write it to tmp file
- by Andrew
I'm working on implementing Ajax-Upload for uploading photos in my Rails 3 app. The documentation says:
For IE6-8, Opera, older versions of other browsers you get the file as you
normally do with regular form-base
uploads.
For browsers which upload file with progress bar, you will need to get the
raw post data and write it to the
…