hello,
how can I do the following :
1) Choose a picture by browsing to the location (Done this using input type = file).
2) display the chosen picture.(this is what I can't do).
So, something like this :
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
<TITLE></TITLE>
</HEAD>
<BODY>
<P> </P>
<P>
<LABEL>
Choose Photograph :
</LABEL>
<input type = "file" name = "photopath" style="WIDTH: 479px; HEIGHT: 22px" size =40></P>
<P> </P>
<IMG style= "LEFT: 168px; TOP: 134px" height=145 src= "&photopath&" width=201 >
</BODY>
</HTML>
thank you in advance,
Jamie.
how can I do the following :
1) Choose a picture by browsing to the location (Done this using input type = file).
2) display the chosen picture.(this is what I can't do).
So, something like this :
<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
<TITLE></TITLE>
</HEAD>
<BODY>
<P> </P>
<P>
<LABEL>
Choose Photograph :
</LABEL>
<input type = "file" name = "photopath" style="WIDTH: 479px; HEIGHT: 22px" size =40></P>
<P> </P>
<IMG style= "LEFT: 168px; TOP: 134px" height=145 src= "&photopath&" width=201 >
</BODY>
</HTML>
thank you in advance,
Jamie.