search for: baseuploadedfil

Displaying 6 results from an estimated 6 matches for "baseuploadedfil".

Did you mean: baseuploadedfile
2005 Dec 31
4
How might I use file_column for incoming email attachments?
I''m writing a ''Mailman'' model that catches emails sent to my application (kind of like backpack, I think). The trouble is that I''d like to save image attachments in the same was that file_column saves them--in fact, I''d really like to use a simple assignment like photo.image = attachment to save the image in its proper place. However,
2006 Apr 07
4
file_column and animated gifs
hi, is it possible to resize animated gifs with file_column? if i upload an animated gif file with file_column than the animation no longer exists... -- Posted via http://www.ruby-forum.com/.
2006 Jun 22
3
Importing images with file_column over http?
I haven''t cracked the source of file_column just yet - but has anyone worked out a way to snag images via URL instead of a file upload? Optimally I''d like to have my clients be able to upload a file, or enter in a URL to store as file on the system. Any/all help would be cool. -- seth at subimage interactive http://www.subimage.com/sublog/ -------------- next part
2006 Feb 14
0
RoR BSD setup, file_column / Rmagick "invalid image"
...image returns it invalid when i try to add it. 1 error prohibited this equipment from being saved There were problems with the following fields: Image invalid I traced that part back to this code from within file column. from "/file-column/lib/magick_file_column" <code> class BaseUploadedFile # :nodoc: def transform_with_magick if needs_resize? begin img = ::Magick::Image::read(absolute_path).first rescue ::Magick::ImageMagickError @magick_errors ||= [] @magick_errors << "invalid" return end </...
2006 Feb 15
0
file_column / Rmagick "invalid image" when image is valid
...it should, and does on my machine. 1 error prohibited this equipment from being saved There were problems with the following fields: Image invalid im pretty sure that part was generated by this code from within file column. from "/file-column/lib/magick_file_column" <code> class BaseUploadedFile # :nodoc: def transform_with_magick if needs_resize? begin img = ::Magick::Image::read(absolute_path).first rescue ::Magick::ImageMagickError @magick_errors ||= [] @magick_errors << "invalid" return end </code> now im wondering what do i need to do or change to get this work...
2005 Nov 18
10
[Request] file_column configurability
I wasn''t sure where to email this request, so I am hoping the author of file_column actually sees this. I was wondering if there were any plans to allow some configurability in the file_column plugin. By configurability I mean allowing the developer to define which table column is used as the unique identifier when creating image folders. Right now it seems like it uses the ID of the