Displaying 1 result from an estimated 1 matches for "pl_all".
Did you mean:
p_all
2006 Aug 17
3
file_column do download from URL
...ploading it manualy?
I know:
http://blog.caboo.se/articles/2006/01/09/file_column-magick-and-versions
require ''open-uri''
Attachment.find_first.filename = open(url)
if not working as expected... what is interesting is that:
>> @a = open(''http://www.google.com/intl/pl_ALL/images/logo.gif'')
=> #<StringIO:0x3c22390>
>> @a = open(''http://research.microsoft.com/~dcr/art/lamps/collage/P0002190.JPG'')
=> #<File:C:/DOCUME~1/VALUED~1/LOCALS~1/Temp/open-uri356.2>
smaller files return StringIO
larger - File (Tempfile to be sp...