Hi, i have an application working fine with form_for updloading an image using paperclip.
The problem is, because of the javascript security model, it cannot upload a picture via AJAX.
I would like to know: what is the best approach, that really works with rails 2.3.x, to send file via aJAX using rails? IFRAME technique? swfupload? Any other idea?
VP