I have this Html code and I try to save my record in DB
<div>
<p> Item Name :
<input type = 'text' id = 'ItemName' />
</p>
<p> select Image :
<input type = 'file' id = 'Image' />
</p>
<input type='button' id ='btnSaveItem'>Save </input>
</div>
How can I upload a picture and save it using Jquery and PHP? I have not been able to find a Jquery method to upload an image, but I need to do without a page refreshing.