Dear Sir,
I have following codes
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>My Contacts</title>
<style type="text/css">
body{
margin-top:200px;
font-family:Georgia, "Times New Roman", Times, serif;
}
</style>
</head>
<body>
<center>
<img src="Photo96.png"><br/>
<a href="">Get Photo</a>
</center>
</body>
</html>
It shows this image
[IMG]http://i40.tinypic.com/141saa0.jpg[/IMG]
I want to upload a new picture with pressing Get Picture link.
There should be image selector dialog box to select image file then show in picture box.
No matter what method is atopt, Javascript, Jquery, Ajax and whatever.
Please help