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 @@ -32,7 +32,7 @@ find reference information.
3232Creating the Upload Form
3333========================
3434
35- Using a text editor, create a form called upload_form.php. In it, place
35+ Using a text editor, create a form called ** upload_form.php ** . In it, place
3636this code and save it to your **app/Views/ ** directory:
3737
3838.. literalinclude :: uploaded_files/001.php
4646The Success Page
4747================
4848
49- Using a text editor, create a form called upload_success.php. In it,
49+ Using a text editor, create a form called ** upload_success.php ** . In it,
5050place this code and save it to your **app/Views/ ** directory::
5151
5252 <!DOCTYPE html>
@@ -72,7 +72,7 @@ place this code and save it to your **app/Views/** directory::
7272The Controller
7373==============
7474
75- Using a text editor, create a controller called Upload.php. In it, place
75+ Using a text editor, create a controller called ** Upload.php ** . In it, place
7676this code and save it to your **app/Controllers/ ** directory:
7777
7878.. literalinclude :: uploaded_files/002.php
You can’t perform that action at this time.
0 commit comments