I'm trying to find a way to import an image from URL to Amazon S3 without using a client-side hack (jQuery). It looks like Paperclip doesn't allow for uploading from a URL.
            Asked
            
        
        
            Active
            
        
            Viewed 257 times
        
    0
            
            
        - 
                    Paperclip doesn't allow for this, but [here](http://stackoverflow.com/questions/4049709/save-image-from-url-by-paperclip) is a clever hack. – jmera Nov 15 '14 at 06:01
- 
                    @jmera thank you, that looks like it will work! – FS Dev Nov 17 '14 at 00:36
