I am trying out the Remotipart gem for uploading files via Ajax within my Rails app. I can see that the image data is being POSTed, but how do I take convert that data into an actual image on the server?
Seems like it should be easy, like I should be able to specify a default location where the images should be placed, but I can't find any reference that describes how to handle this.
I've downloaded and run the test app but it only returns the file name to the screen. As far as I can tell the file isn't saved anywhere.
I'm sure I'm missing something obvious, but what?