Skip to content

Commit 74226b9

Browse files
authored
Update README.md
1 parent 694440c commit 74226b9

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
@@ -140,9 +140,9 @@ print_r($upload->uploadedData);
140140
print "</pre>";
141141
```
142142

143-
## Upload file size change on server
143+
## Upload file size change on the server
144144

145-
There is a possibility the upload file size is not set on a server, default 2MB value is set on a server. If you face this type of issue just find the right path of your **php.ini** file and change the bleow two parameters.
145+
There is a possibility the upload file size is not set on a server, the default 2MB value is set on a server. If you face this type of issue just find the right path of your php.ini file and change the bleow two parameters.
146146

147147
```
148148
upload_max_filesize = 2M
@@ -157,4 +157,4 @@ post_max_size = 150M
157157
```
158158

159159
### Remember:
160-
post max size should be grater than upload max filesize.
160+
post max size should be greater than upload max filesize.

0 commit comments

Comments
 (0)