hmm that url shows up as a link, but ut fails when I click on it...

 I see "funny chars" in all your posts  ... mac user?  different
charset? Im not sure
but if those chars ("="  at every newline ) are leaking into your
scripts they could cause errors in your url. they do wreck the one in
this email.

but before the line-wrapping  ...
most likely because browsers will rewrite the urls to be properly
encoded before sending them and rebol will send what you give it

notice the first back-slash is converted to hex encoding and the rest
have become forwad-slash.

space is often converted to plus-signs not hex encoded tho both should work


On Thu, 3 Mar 2005 10:45:13 -0800, Kai Peters <[EMAIL PROTECTED]> wrote:
> 
> Thanks, Tom ~
> 
> that was exactly it.
> 
> How come I can cut & paste the url from my script below in any browser and=
>  it will download the PDF. Rebol, however, fails every time.
> 
> What could be the reason?
> 
> Thanks for any help,
> Kai
> 
> Rebol[]
> 
> url:=
>  
> http://kelowna.ca/citypage/scripts/PDF_Display.cfm?ftd=3D../docs/pdfs/Departm=
> ents/Parks%20and%20Leisure%20Services/Brochure/Previous%20Brochures/Brochure=
> %202004c%20Summer/06%20-%20Aquatics.pdf
> 
> write/binary %/c/Aquatics.pdf read/binary url
> 
> --
> To unsubscribe from the list, just send an email to rebol-request
> at rebol.com with unsubscribe as the subject.
> 
> 


-- 
   ... nice weather   eh
-- 
To unsubscribe from the list, just send an email to rebol-request
at rebol.com with unsubscribe as the subject.

Reply via email to