Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Easy way to do ajax uploading with paperclip in rails?

I was wondering if there was an easy way e.g. a plugin, to do ajax uploading in rails with paperclip or am I going to have to build it from scratch?

Cheers!

Edit: Also, I'm looking for a non-flash solution.

like image 684
MintDeparture Avatar asked Jan 30 '11 19:01

MintDeparture


1 Answers

You can try remotipart(http://os.alfajango.com/remotipart). It's a gem fine integrated with Rails 3.1 and 3.0.

I have tried it, and all the ajax-file-upload handled like magic.

like image 57
zetachang Avatar answered Oct 21 '22 04:10

zetachang