How to fix error “invalid content type: application/x-www-form-urlencoded” while uploading file in a html form?
We can get this invalid content type error while uploading a file through a html form. Actually an form attribute ‘enctype’ is needed to add…