Changes
Page history
dmcqu009 created page: lab 12
authored
Jan 20, 2016
by
Dan McQuillan
Hide whitespace changes
Inline
Side-by-side
lab-12.md
View page @
c043b5b0
...
@@ -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
...
...
...
...