You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
146
146
147
147
```
148
148
upload_max_filesize = 2M
@@ -157,4 +157,4 @@ post_max_size = 150M
157
157
```
158
158
159
159
### 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