File tree Expand file tree Collapse file tree
user_guide_src/source/libraries Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Creating the Upload Form
3737========================
3838
3939Using a text editor, create a form called **upload_form.php **. In it, place
40- this code and save it to your **app/Views/ ** directory:
40+ this code and save it to your **app/Views ** directory:
4141
4242.. literalinclude :: uploaded_files/001.php
4343
@@ -51,7 +51,7 @@ The Success Page
5151================
5252
5353Using a text editor, create a form called **upload_success.php **. In it,
54- place this code and save it to your **app/Views/ ** directory::
54+ place this code and save it to your **app/Views ** directory::
5555
5656 <!DOCTYPE html>
5757 <html lang="en">
@@ -77,7 +77,7 @@ The Controller
7777==============
7878
7979Using a text editor, create a controller called **Upload.php **. In it, place
80- this code and save it to your **app/Controllers/ ** directory:
80+ this code and save it to your **app/Controllers ** directory:
8181
8282.. literalinclude :: uploaded_files/002.php
8383
You can’t perform that action at this time.
0 commit comments