if the image isn't stored somewhere everyone can access it I think you'll have to encode the file into base64 and embed that string into the source. you may need to save the file to disk before you can do that.
I just want to insert the image into the html tag mentioned above. I tried using names but i think html tags cant read that so i have to specify the path of that image..
Bookmarks