Skip to content

Commit eeb0489

Browse files
committed
docs: move paragraph
1 parent 639ac1e commit eeb0489

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

user_guide_src/source/libraries/uploaded_files.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -324,13 +324,13 @@ You can specify a new filename by passing it as the second parameter:
324324

325325
.. literalinclude:: uploaded_files/017.php
326326

327-
By default, if the destination file already exists, a new filename will be used.
328-
For example, if **image_name.jpg** already exists in the directory, then the
329-
filename will be **image_name_1.jpg**.
330-
331327
Overwriting Existing File
332328
-------------------------
333329

330+
By default, if the destination file already exists, a new filename will be used.
331+
For example, if **image_name.jpg** already exists in the directory, then the
332+
filename will be **image_name_1.jpg** automatically.
333+
334334
You can overwrite the existing file by passing ``true``
335335
as the third parameter:
336336

0 commit comments

Comments
 (0)