General discussion of Mantis.
Moderators: Developer , Contributor
matty2470
Posts: 17 Joined: 26 Jun 2005, 21:08
Post
by matty2470 » 27 Oct 2005, 14:46
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
Guest
Post
by Guest » 09 Nov 2005, 20:47
Anybody can orient me on this issue?
matty2470
Posts: 17 Joined: 26 Jun 2005, 21:08
Post
by matty2470 » 25 Apr 2006, 02:02
Anybody got any ideas on this topic?
mantisman
Posts: 3 Joined: 11 Jun 2006, 21:44
Post
by mantisman » 11 Jun 2006, 21:46
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.
mantisman
Posts: 3 Joined: 11 Jun 2006, 21:44
Post
by mantisman » 11 Jun 2006, 22:49
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.
Ivaen
Posts: 4 Joined: 06 Jun 2006, 21:04
Post
by Ivaen » 30 Jun 2006, 17:20
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)
Ivaen
Posts: 4 Joined: 06 Jun 2006, 21:04
Post
by Ivaen » 30 Jun 2006, 21:15
It`s probler with type of integer. If number in config file more of 2147483647, mantis generate error.