Skip to content

Commit c27c6da

Browse files
authored
Update README.md
1 parent fb3a8e8 commit c27c6da

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
@@ -72,7 +72,7 @@ A PHP base class that you can use to upload any file into the server. It is a ve
7272
| Parameters | Default Value | Description |
7373
|----------------------|-------------------|---------------|
7474
| Response format | array | You can set it to JSON or array. |
75-
| Allow extensions | Not set | You can set the file extensions in the array. |
75+
| Allow extensions | Not set | You can set the file extensions in the array like ['jpg','PNG']. |
7676
| 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. |
7777
| Dir permission | 0655 | You can set the permission of the newly created Dir. |
7878

0 commit comments

Comments
 (0)