Tagged Questions
4
votes
3answers
716 views
html form enctype
In HTML forms containg file uploads, enctype="multipart/form-data" attribute has to
be set. This much I know. But why? What exactly does it change?
How does it differ from ...