Adding client images to a page

D

dcaveney

Is there any way to add a client's image to a page requested from a
remote server. For example, if the client specifies a filename using an
<input type="file"...> element could the captured filename be used to
render the client's image in the page. An attempt that doesn't work is:

<body
onload="javascript:document.getElementById('myImage').src='file://c:\\yourImage.jpg';">
<img id="myImage" />
</body>

....which illustrates what I'm trying to accomplish.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,575
Members
45,053
Latest member
billing-software

Latest Threads

Top