Skip to content

Commit c712e4d

Browse files
authored
Update README.md
1 parent 06d2ae7 commit c712e4d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,13 +144,17 @@ print "</pre>";
144144

145145
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.
146146

147+
```
147148
**upload_max_filesize** = 2M
148149
**post_max_size** = 8M
150+
```
149151

150152
Change to below.
151153

154+
```
152155
**upload_max_filesize** = 100M
153156
**post_max_size** = 150M
157+
```
154158

155159
### Remember:
156160
post max size should be grater than upload max filesize.

0 commit comments

Comments
 (0)