File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -204,12 +204,13 @@ There are some important things to consider in the code of the above controller:
204
204
205
205
.. note ::
206
206
207
- If a directory was uploaded, ``getClientOriginalPath `` will contain the **webkitRelativePath ** as provided by the browser.
208
- Otherwise this value will be identical to ``getClientOriginalName ``.
207
+ If a directory was uploaded, ``getClientOriginalPath() `` will contain
208
+ the **webkitRelativePath ** as provided by the browser. Otherwise this
209
+ value will be identical to ``getClientOriginalName() ``.
209
210
210
211
.. versionadded :: 7.1
211
212
212
- The ``getClientOriginalPath `` method was introduced in Symfony 7.1.
213
+ The ``getClientOriginalPath() `` method was introduced in Symfony 7.1.
213
214
214
215
You can use the following code to link to the PDF brochure of a product:
215
216
You can’t perform that action at this time.
0 commit comments