File tree Expand file tree Collapse file tree
user_guide_src/source/libraries Expand file tree Collapse file tree Original file line number Diff line number Diff 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-
331327Overwriting 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+
334334You can overwrite the existing file by passing ``true ``
335335as the third parameter:
336336
You can’t perform that action at this time.
0 commit comments