When building HTML forms why do we not always use enctype=\"multipart/form-data\"?
enctype=\"multipart/form-data\"
Because it's a pain to handle, both on the server and in custom clients. Simple is better than complicated, unless simple just doesn't work.