Showing posts with label HTML. Show all posts
Showing posts with label HTML. Show all posts

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"