Skip to content

Commit 60229ec

Browse files
authored
Set the dir path default value.
1 parent 83b0633 commit 60229ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ A PHP base class that you can use to upload any file into the server. It is a ve
9191
|----------------------|-------------------|---------------|
9292
| Response format | array | You can set it to JSON or array. |
9393
| Allow extensions | Not set | You can set the file extensions in the array like ['jpg','PNG']. |
94-
| Dir path | false | Folder name where you need to save images [‘../Upload/’]. If you set the thumbs size array, the thumb folder will be created and thumb files move there. |
94+
| Dir path | empty | Folder name where you need to save images [‘../Upload/’]. If you set the thumbs size array, the thumb folder will be created and thumb files move there. |
9595
| Dir permission | 0655 | You can set the permission of the newly created Dir. |
9696

9797
## All parameters that you need to set in the method

0 commit comments

Comments
 (0)