I want to upload an image to database using my JSP page. I am using
<input id="fileUpload" type="file" name="file">
but I am not able to read the full path of the file..
please help...
I used jQuery to read the path from the file control like shown below...
var path = $('#fileUpload').val() ;