Error on uplaod files

masoody4804

New Member
YetiShare User
Feb 24, 2015
8
0
1
I have following error on my upload center on try to upload new file from PC:

Error: File received has zero size. This is likely an issue with the maximum permitted size within PHP
 

theprogeekftw4717

New Member
Feb 3, 2015
88
0
0
You need to set the value of upload_max_filesize and post_max_size in your php.ini :

; Maximum allowed size for uploaded files.
upload_max_filesize = 4000M

; Must be greater than or equal to upload_max_filesize
post_max_size = 4000M
 

masoody4804

New Member
YetiShare User
Feb 24, 2015
8
0
1
Here is my php.ini settings:
http://persianupload.com/phpinfo.php

Everything is ok, problem not resolved yet.

Its about one week i buy license, but my site is not usable.
Please help me to resolve this issue.