0
How to insert image in html from C folders
I m able to get pics from desktop folders but how to get em from C folders
3 Antworten
+ 4
As you set the "src" attribute of your <img> tag for your desktop folder image, set it with the adress of your C: disk folder image... This must be a kind of:
file:///C:/folder/sub_folder/image.ext
When your desktop src content should be a kind of:
file:///C:/folder_of_desktop/images_folder/another_image.ext
( I don't use no more ms-windows, so don't remember exact address of desktop folder, but may be in C:, and depends on version of ms-Windows ;) )
+ 2
Maybe this can help you:
http://stackoverflow.com/questions/2148584/open-a-direct-file-on-the-hard-drive-from-firefox-file ?
0
still not working.. but thank u so much...😊😊😊😉😉