Drag-n-Drop upload that works with RoR and Paperclip
Aug 21, 2012 - Daniel Viklund
I recently wanted to implement a drag and drop browser upload to one of my existing Rails applications. Even though it was not difficult, it felt quite rewarding once it was working (because I don’t like the classic upload forms). So I decided to share the solution for anyone who wants to do something similar.
Tags: Drag N Drop, Rails, Paperclip, fileuploader, Ruby