I am trying to test my new app which takes in images from users, I have written express.js for the same and the upload feature works fine with the POSTMAN, however, it doesn't work at all with the HTML. On clicking Submit, it refreshes the page and doesn't show any error in console to work with,(picture for ref). my question is, How to write a post request for upload feature?