javascript thread: Download behavior to download images.
Dear Kees,
I haven't tried it myself, but I beleive in ASP the "Binary Read" method
is used to upload files. Maybe search for an equivalent in JavaScript?
Good luck!
> Hi,
>
> I have asked this question before, but I try again.
>
> I use the standard download behavior to get text files (i.e. htm, js,
xml)
> into a variable. Then I store the contents on the local drive (if the
> user allows me to do so).
>
> I don't know how to do the same thing with image files (jpg, gif) or
other
> non-text. How can I download the image and then save it to the local
drive
> (if the user allows me to do so)?
>
> Thanks in advance.
> Kees
>
>