How to get file and upload to server folder and filename to database using php jquery without form tag using there id here's the code
<input type="file" name="upload" id="upload">
How to get file and upload to server folder and filename to database using php jquery without form tag using there id here's the code
<input type="file" name="upload" id="upload">
You can use jquery plugin for this.Check documentation here.As per my knowledge you want to submit the file without page refresh.