Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

30-Image-and-File-Upload

folder 01

1. 01 Exploring Image Upload

2. 02 Understanding Mutli-Part Forms

method="GET" OR "POST": Describes how to transmit information

enctype: encoding type describes how to take information out of the form and get it ready to be transmitted. The default value that is use is enctype="application/x-www-form-urlencoded"

Encoding type that can safely transmit raw file data

3. 03 Accessing the Uploaded File

4. 05 Saving the Image

5. 06 A Subtle Middleware Bug

6. 07 Better Styling

7. 08 Reusable Error Handling Middleware

8. 09 Products Listing

9. 10 Redirect on Success Actions

10. 11 Requiring Authentication

11. 12 Template Update

12. 13 Ids in URLs

13. 14 Receiving URL Params

14. 15 Displaying an Edit Form