Skip to content

Commit 0031eee

Browse files
committed
Delete old file upload article
1 parent aca16d6 commit 0031eee

File tree

7 files changed

+14
-599
lines changed

7 files changed

+14
-599
lines changed

book/forms.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1954,18 +1954,17 @@ HTML form so that the user can modify that data. The second goal of a form is to
19541954
take the data submitted by the user and to re-apply it to the object.
19551955

19561956
There's still much more to learn about the powerful world of forms, such as
1957-
how to handle
1958-
:doc:`file uploads with Doctrine </cookbook/doctrine/file_uploads>` or how
1959-
to create a form where a dynamic number of sub-forms can be added (e.g. a
1960-
todo list where you can keep adding more fields via JavaScript before submitting).
1957+
how to handle :doc:`file uploads </cookbook/controller/upload_file>` or how to
1958+
create a form where a dynamic number of sub-forms can be added (e.g. a todo
1959+
list where you can keep adding more fields via JavaScript before submitting).
19611960
See the cookbook for these topics. Also, be sure to lean on the
19621961
:doc:`field type reference documentation </reference/forms/types>`, which
19631962
includes examples of how to use each field type and its options.
19641963

19651964
Learn more from the Cookbook
19661965
----------------------------
19671966

1968-
* :doc:`/cookbook/doctrine/file_uploads`
1967+
* :doc:`/cookbook/controller/upload_file`
19691968
* :doc:`File Field Reference </reference/forms/types/file>`
19701969
* :doc:`Creating Custom Field Types </cookbook/form/create_custom_field_type>`
19711970
* :doc:`/cookbook/form/form_customization`

0 commit comments

Comments
 (0)