File size issues

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
matty2470
Posts: 17
Joined: 26 Jun 2005, 21:08

File size issues

Post 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
Guest

Post by Guest »

Anybody can orient me on this issue?
matty2470
Posts: 17
Joined: 26 Jun 2005, 21:08

Any ideas?

Post by matty2470 »

Anybody got any ideas on this topic?
mantisman
Posts: 3
Joined: 11 Jun 2006, 21:44

Post 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.
mantisman
Posts: 3
Joined: 11 Jun 2006, 21:44

Post 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.
Ivaen
Posts: 4
Joined: 06 Jun 2006, 21:04

Post 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)
Ivaen
Posts: 4
Joined: 06 Jun 2006, 21:04

Post by Ivaen »

It`s probler with type of integer. If number in config file more of 2147483647, mantis generate error.
Post Reply