Hi all,
So, I have it to where people can upload images to my site from their hard drives (file system)... which is working.
Now, I am looking to make it possible for them upload from a web link...
If they do this... the images will mostly come from another site, so i would like to give the site its credit, something like a watermark like, "image from: http://www.vbdotneforums.com/images/thisSiteisCool.jpg" .
So, the code would have to first download the image to their hard drive... copy the link, watermark the link, the upload the image to my site... right?
Well, I think can do the everything except download the image from the site. Is this possible? I am using a standard html input/file/browse control to process the images...
Please suggest any ideas, thanx in advance, a8le.
So, I have it to where people can upload images to my site from their hard drives (file system)... which is working.
Now, I am looking to make it possible for them upload from a web link...
If they do this... the images will mostly come from another site, so i would like to give the site its credit, something like a watermark like, "image from: http://www.vbdotneforums.com/images/thisSiteisCool.jpg" .
So, the code would have to first download the image to their hard drive... copy the link, watermark the link, the upload the image to my site... right?
Well, I think can do the everything except download the image from the site. Is this possible? I am using a standard html input/file/browse control to process the images...
Please suggest any ideas, thanx in advance, a8le.