Page 1 of 1

File size issues

Posted: 27 Oct 2005, 14:46
by matty2470
Many companies that want to use Mantis in large engineering projects will ask the same question before implementation:

What about large files? Autocadd drawings can be huge. So, what is the best way for a regular user to handle Mantis with large files?

What would be a simple procedure for them?

Thx

Posted: 09 Nov 2005, 20:47
by Guest
Anybody can orient me on this issue?

Any ideas?

Posted: 25 Apr 2006, 02:02
by matty2470
Anybody got any ideas on this topic?

Posted: 11 Jun 2006, 21:46
by mantisman
We just upped our limit to 20 MB and do not seem to have a problem. You will need to adjust Mantis AND PHP. See Google, mantisbt.org, etc. for details.

Posted: 11 Jun 2006, 22:49
by mantisman
We just upped our limit to 20 MB and do not seem to have a problem. You will need to adjust Mantis AND PHP. See Google, mantisbt.org, etc. for details.

Posted: 30 Jun 2006, 17:20
by Ivaen
I need Upload/download file to 5Gb. Max Uploading 500 Mb. What`s Up?

php.ini
upload_max_size = 5000M
post_max_files = 5000M

config_defaults_inc.php

$g_max_file_size = 5000000000;

in page proj_doc_add_page.php
*Select File
(Max size: 705,033k)

Posted: 30 Jun 2006, 21:15
by Ivaen
It`s probler with type of integer. If number in config file more of 2147483647, mantis generate error.