Search found 2 matches

by jlarreyna
09 Feb 2023, 12:12
Forum: Help
Topic: [Help] Attachments file and upload files
Replies: 4
Views: 3081

Re: [Help] Attachments file and upload files

I made a change of the php version and added the slash and still with the same problem.
Can you think of another alternative?
thanks
by jlarreyna
06 Feb 2023, 18:14
Forum: Help
Topic: [Help] Attachments file and upload files
Replies: 4
Views: 3081

[Help] Attachments file and upload files

Hello, I have a problem uploading images/files when generating an incident

Config.ini
$g_allow_file_upload = ON;
$g_file_upload_method = DISK;
$g_dropzone_enabled = ON ;
$g_absolute_path_default_upload_folder = 'C:\SitiosWeb\Mantis\uploads';
$g_max_file_size = 5000000;
$g_preview_attachments ...