uploading an image as blob with ajax and rails 4.0
In a recent project i have to cope with image upload, but using a gem like paperclip or carrierwave seemed overloaded to be. It is just a simple logo upload for companies. So i decided to upload the logo as blob described in this post. But i had one problem: my uploading view is a […]