hi i want to display image as it is uploaded,
--> i have a render partial form in which i used iframe like this,
===================================================================== <td
align="right">Select Image:</td>
        <td width="100%" align="left">
            <table class="iframeBorder"  align="left"
width="100%">
                <tr>
                    <td width="100%" align="center">
                    <iframe src
="/real_estate/editImage?id=<%=@data[0].itemid%>"
width="100%"
align="center" frameborder="0" scrolling="yes"
>
                    </iframe>
                   </td>
              </tr>
           </table>
       </td>
=====================================================================where image
is uploaded, for that on click of update button in editImage
form
i am calling Update method which stores image path in database. and it
done perfectly.
but i want to display the latest image  which is stored in database, but
sometimes it is giving ang sometimes it just gives path.
any other way to do it? i search a lot but mostly are giving rmagick
sollution ..
cant it done without rmagick? if it can then plz tell.
thanks in advance....
-- 
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---