Skip to content

Commit 5b7c45f

Browse files
authored
Update README.md
1 parent 9fb3805 commit 5b7c45f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ A PHP base class that you can use to upload any file into the server. It is a ve
3131

3232
| Parameters | Default Value | Description |
3333
|----------------------|-------------------|---------------|
34-
| Response format | array | You can set to json or array |
35-
| Allow extensions | Not set | You can set the file extensions in array |
36-
| 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 |
34+
| Response format | array | You can set to json or array. |
35+
| Allow extensions | Not set | You can set the file extensions in array. |
36+
| 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. |
3737
| Dir permission | 0655 | You can set the permission of newly created Dir. |
3838

3939
## All parameters that you need to set in method

0 commit comments

Comments
 (0)