On Aug 7, 10:46 am, Aashish Kiran <li...@ruby-forum.com> wrote:
> Frederick Cheung wrote in post #1015275:
>
> > On Aug 4, 7:32pm, Aashish Kiran <li...@ruby-forum.com> wrote:
>
> >> ?> p.preview.url
> >> => "/system/previews/3/original/FTpreview.zip?1312375624"
>
> >> ?> file=p.preview.url
> >> => "/system/previews/3/original/FTpreview.zip?1312375624"
>
> > url returns the url at which the file is available when accessed via
> > the web server - as you have demonstrated below, the file isn't at /
> > system/previews/...
> > The path method returns the local path to the file.
>
> > Fred
>
> Even when I changed the path to like
>
> file = 'C:\Documents and
> settings\Administration\project\public\system\previews\3\original\FTpreview 
> .zip
>
> I get error as : ....\FTpreview.zip not found.
>
You'd need to escape the backslashes. Not sure how ruby handles
windows style paths.

Fred
> Can you help me.
>
> let me post new code.
>
> --
> Posted viahttp://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@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