is application/x-www-form-urlencoded default for html form?
- by terrani
Hi,
I found out that HTML form supports only two enctype tyeps. They are application/x-www-form-urlencoded and multipart/form-data. I understand that I use multipart/form-data when I need to upload a file. When do I use application/x-www-form? Is it default form enctype?