not upload file button

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
adriencreulant
Posts: 1
Joined: 06 Nov 2014, 10:41

not upload file button

Post by adriencreulant »

hello

Sorry for my english
I contacting you because i have a problem for upload file activation.
this my config_inc.php file :

Code: Select all

# --- Attachments / File Uploads ---
$g_allow_file_upload  = ON;
$g_file_upload_method = DISK;  #DATABASE or DISK
$g_absolute_path_default_upload_folder = '/opt/application/mantis/current/apache2215/www/public/upfiles/'; # used with DISK, must contain trailing \ or /.
$g_max_file_size         = 5000000;   # in bytes
$g_preview_attachments_inline_max_size = 256 * 1024;
$g_allowed_files         = 'txt,jpg,doc,xls,docx,xlsx';           # extensions comma separated, e.g. 'php,html,java,exe,pl'
I think my config_inc file is correct, but if i want report issue, i dont have the upload file field.

Can you help me please.
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: not upload file button

Post by atrol »

The provided information is not sufficient to provide any help in resolving the issue.

You should provide detailed, step-by-step instructions to reproduce the issue; the additional information listed below may also be useful:

- Exact version of MantisBT, PHP, Database, Web server and Operating System
- Relevant customizations
- Installed plugins or custom functions ?
- Was the MantisBT source code modified in any way ?
Please use Search before posting and read the Manual
Post Reply