Why not always use enctype=“multipart/form-data”?

后端 未结 4 786
梦如初夏
梦如初夏 2020-12-13 13:11

When building HTML forms why do we not always use enctype=\"multipart/form-data\"?

4条回答
  •  执笔经年
    2020-12-13 13:53

    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.

提交回复
热议问题