-2

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">
u_mulder
  • 54,101
  • 5
  • 48
  • 64
deb
  • 51
  • 3
  • 9

1 Answers1

1

You can use jquery plugin for this.Check documentation here.As per my knowledge you want to submit the file without page refresh.

http://blueimp.github.io/jQuery-File-Upload/basic.html

Innovation
  • 1,514
  • 17
  • 32