Things to check:

- your form_tag has :multipart set to true
- imagemagick is installed and compiled properly
- imagemagick is in the default load paths of your linux distro or  
specify the path explicitely
- imagemagick has the necessary processor for the filetype you are  
uploading installed
- the file you are uploading is effectively and at all times an image  
(if you want to upload non-thumbnailable files, you'll need to handle  
that using a "before_post_process" method that determines what  
processor to use for what filetype

On 03 Sep 2009, at 12:33, Kart wrote:

> I'm using form_tag
> and i got errors as " /LOCALS~1/Temp/stream.3468.0 is not recognized
> by the 'identify' command."
> when i hit submit
>
> On Sep 3, 3:20 pm, Adam Jones <a...@digirati.co.nz> wrote:
>> we probably need to see your controller code first
>>
>> On Thu, Sep 3, 2009 at 10:08 PM, Kart <akramwasim1...@gmail.com>  
>> wrote:
>>>
>>>              I've installed paperclips but
>>> paperclip is not saving the files
>>> and I have that plugin as well
>>> but its not saving the files and I'm getting values as null in my DB
>>> for the above set feilds

Best regards

Peter De Berdt


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to