Welcome! Log In Create A New Profile

Advanced

Upload File Limit Problum

Posted by Yamiraan 
Upload File Limit Problum
December 30, 2012 06:46PM
i have problum with upload file size, i only can upload 128m, i can pay to fix this problum, Thakx
Re: Upload File Limit Problum
March 29, 2013 05:24AM
In your nginx.conf, in http section:

http {
------------

client_max_body_size 500m;
------------
}

Replace 500m with whatever size you want to upload.

Also, if you're using PHP, in your php.ini file, change the following:

upload_max_filesize = 500M
post_max_size = 500M


And you're done.
Re: Upload File Limit Problum
May 06, 2013 08:30AM
Supernix,

you forgot about memory_limit, too:

memory_limit = 512M

Andrejs
Re: Upload File Limit Problum
July 05, 2013 12:28AM
i made all these chanings but still i cannot upload a big file, above is my php info maybe it helps to find out what is problum
http://yamiraan.tv/9t52W1xi.php

problum is after complete upload HTTP Error come o IO error
Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 162
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready