Skip to content

Commit

Permalink
docs: move paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Jan 31, 2023
1 parent 639ac1e commit eeb0489
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions user_guide_src/source/libraries/uploaded_files.rst
Original file line number Diff line number Diff line change
Expand Up @@ -324,13 +324,13 @@ You can specify a new filename by passing it as the second parameter:

.. literalinclude:: uploaded_files/017.php

By default, if the destination file already exists, a new filename will be used.
For example, if **image_name.jpg** already exists in the directory, then the
filename will be **image_name_1.jpg**.

Overwriting Existing File
-------------------------

By default, if the destination file already exists, a new filename will be used.
For example, if **image_name.jpg** already exists in the directory, then the
filename will be **image_name_1.jpg** automatically.

You can overwrite the existing file by passing ``true``
as the third parameter:

Expand Down

0 comments on commit eeb0489

Please sign in to comment.