- Posts: 14116
- Thank you received: 1639
Problem upload images
-
KLIPING2
- Topic Author
- Visitor
10 years 4 months ago - 10 years 4 months ago #40920
by KLIPING2
Problem upload images was created by KLIPING2
Last edit: 10 years 4 months ago by KLIPING2.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
10 years 4 months ago #40929
by ivan.milic
Replied by ivan.milic on topic Problem upload images
It is your hosting configuration, turn to hosting administrator
Please Log in to join the conversation.
-
KLIPING2
- Topic Author
- Visitor
10 years 4 months ago #40936
by KLIPING2
Replied by KLIPING2 on topic Problem upload images
I can`t find this option in my hosting
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 4 months ago #40939
by ivan.milic
Replied by ivan.milic on topic Problem upload images
you can try to put file named php.ini in your site root and put this two lines in it:
upload_max_filesize = 20M
post_max_size = 20M
or put this two commands in index.php in sites root folder some-ware at start of code:
ini_set('upload_max_filesize','20M');
ini_set('post_max_size','20M');
but thing is that this may not work if server administrator did forbid settings this environment variables from user space.
upload_max_filesize = 20M
post_max_size = 20M
or put this two commands in index.php in sites root folder some-ware at start of code:
ini_set('upload_max_filesize','20M');
ini_set('post_max_size','20M');
but thing is that this may not work if server administrator did forbid settings this environment variables from user space.
Please Log in to join the conversation.
Time to create page: 0.155 seconds