At 2:17 PM -0800 1/29/03, Bj�rnke von Gierke wrote: >You are downloading images as html. That won't work, because html is a >ascii transfer, not a binary one. >You must use "binfile:www.sitename.com/images/mymage.jpg" instead.
This isn't right. HTTP is an 8-bit transfer protocol and will download images fine, and "binfile" is a scheme for local files - it won't work with files on a server. "http://www.sitename.com/images/myimage.jpg" is correct. (Not to embarrass anyone but just to avoid others' confusion....) -- Jeanne A. E. DeVoto ~ [EMAIL PROTECTED] Runtime Revolution Limited - The Solution for Software Development http://www.runrev.com/ _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
