Response title
This is preview!
now , here's the problem ,<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery-latest.js"></script>
</head>
<body>
<input type="file" />
<script>
$('input[type=file]').change(function(e){
$in=$(this);
alert($in.val());
});
</script>
</body>
</html>
© 2013 jQuery Foundation
Sponsored by and others.