Displaying 1 result from an estimated 1 matches for "p0002190".
Did you mean:
00002190
2006 Aug 17
3
file_column do download from URL
...t.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 specific)
Any hints?
--
Posted via http://www.ruby-forum.com/.