"John Pastrovick" asks
Is there a way to load an image locally (in the client) when a
selection of a file is made using input type=file.
The purpose is to allow selection of a file and put the image in the
browser without loading the reloading the page.
Not all browsers cooperate. Try
<URL: http://www.4umi.com/web/javascript/imagewizard.htm >
Basically i want to change the value of the image name and load it
w/out reloading the image based on a selection of an input/file-type
selection.
Not sure I follow. What is certain is you cannot change the value of an
input/type=file scriptwise. You can clear the box only by removing the
element from the DOM and re-adding it.
HTH
Ivo