Ajax Image Upload To Database
I'm unable to upload the image by ajax,it always redirect to the page whenever I click submit button and the data is not added to the database as well. form
Solution 2:
ImageUploadForm
!= imageUploadForm
Fix that typo causing the dead code (the form tag) to run and things should work as you expect. Your browser, development tools, network tab should have shown a POST instead of a XHR because of that issue.
Post a Comment for "Ajax Image Upload To Database"