Wednesday, December 25, 2013

File upload in html form

If you want to enable file upload in html form, you will need to make sure you add the following to the html form tag:

enctype="multipart/form-data"