Skip to content

Commit b03b853

Browse files
authored
Update README.md
1 parent f2cc3a3 commit b03b853

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
@@ -104,7 +104,7 @@ A PHP base class that you can use to upload any file into the server. It is a ve
104104

105105
| Parameters | Default Value | Description |
106106
|-----------------------|-------------------|------------------|
107-
| Input index name | User set | You can set your input="file" name index. |
107+
| Input index name | User set | You can set your input="file" name should be an array like name="yourIndexName[]". |
108108
| Check minimum with | 400 | Default min with is 400, you can change with any number. |
109109
| Watermark | empty | You can set the watermark array to see the below details. |
110110
| Re-name | empty | Rename the uploaded file if you need it. Left empty get system created default name. |

0 commit comments

Comments
 (0)