Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion symfony/file-upload.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

As common a problem as it may seem, handling file upload requires a custom implementation in your
app. This page will guide you in handling file upload in your API, with the help
of[VichUploaderBundle](https://github.com/dustin10/VichUploaderBundle). It is recommended you
of [VichUploaderBundle](https://github.com/dustin10/VichUploaderBundle). It is recommended you
[read the documentation of VichUploaderBundle](https://github.com/dustin10/VichUploaderBundle/blob/master/docs/index.md)
before proceeding. It will help you get a grasp on how the bundle works, and why we use it.

Expand Down
Loading