moderator, you can drop my post.
I realized that I had missed the trailing / i the path
Search found 2 matches
- 13 Mar 2019, 14:40
- Forum: Help
- Topic: Importing XML with attachments
- Replies: 3
- Views: 5213
- 13 Mar 2019, 14:24
- Forum: Help
- Topic: Importing XML with attachments
- Replies: 3
- Views: 5213
Re: Importing XML with attachments
I have the same problem.
$g_allow_file_upload = ON;
$g_file_upload_method = DISK; # or DISK
$g_absolute_path_default_upload_folder = '/www/docs/mantisbt/uploads';
directory permissions are for access by web server
I get:
APPLICATION ERROR #505
Uploaded file could not be moved to the file ...
$g_allow_file_upload = ON;
$g_file_upload_method = DISK; # or DISK
$g_absolute_path_default_upload_folder = '/www/docs/mantisbt/uploads';
directory permissions are for access by web server
I get:
APPLICATION ERROR #505
Uploaded file could not be moved to the file ...