dmcqu009 created page: lab 12 authored by Dan McQuillan's avatar Dan McQuillan
...@@ -53,11 +53,11 @@ so back up your database! ...@@ -53,11 +53,11 @@ so back up your database!
## modify form ## modify form
need to add need to add to the form:
* enctype="multipart/form-data" to the form. * `enctype="multipart/form-data"`
* a hidden field for MAX_FILE_SIZE" * a hidden field for `MAX_FILE_SIZE`
* input type="file"... * input `type="file"`
## uploads directory ## uploads directory
... ...
......