PDA

Click to See Complete Forum and Search --> : Capturing Images from web pages


seoptimizer2001
Apr 23rd, 2001, 03:19 PM
Can anyone tell me how you would go about capturing an image from a web page to the clipboard to place it in another form? Even how to save it would work. The image comes from the cgi-bin, but is always named the same. Thanks.

plenderj
Apr 24th, 2001, 07:44 AM
Well, as the data is being received from the script, record it to the hdd. You now have a copy of the image ...

seoptimizer2001
Apr 25th, 2001, 09:47 AM
Could you explain a little further? I am not familiar with the hdd and can't find anything on it. Thanks

plenderj
Apr 25th, 2001, 11:05 AM
hdd = an acronym for Hard Disk Drive ;)

Basically, as the stream of binary data is being received, save it to a file on the hard drive ...

seoptimizer2001
Apr 26th, 2001, 01:37 PM
Thanks, I guess I was not thinking of "hdd" in that way and missed it.