Search found 1 match

by swati
20 Mar 2014, 12:11
Forum: Help
Topic: Change Upload Max Size Label on View.php
Replies: 9
Views: 23328

Re: Change Upload Max Size Label on View.php

I have done all the necessary changes required to increase file size in mantis bt

changed the php.inc file
upload_max_filesize=2M;
to
upload_max_filesize=4M;
Maximum size of POST data that PHP will accept.
post_max_size = 50M

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