Problem upload images

  • KLIPING2
  • Topic Author
  • Visitor
  • Visitor
10 years 4 months ago - 10 years 4 months ago #40920 by KLIPING2
Problem upload images was created by KLIPING2
will not let me upload images from front end, can you help me ?


my site
Attachments:
Last edit: 10 years 4 months ago by KLIPING2.

Please Log in to join the conversation.

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
  • 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.

More
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.

Please Log in to join the conversation.

Time to create page: 0.155 seconds
Powered by Kunena Forum