Page 1 of 1

Multiple file upload

Posted: 02 May 2007, 06:19
by LeChuck
We often add more the just one file to an issue (e.g. several screenshots) and it is kind of inconvenient to add the files one at a time.
Unfortunately I don't know php, but I figured this can be done by two modifications:
- alter bug_file_upload_inc.php so that file selection dialog allows to select multiple files (file names could be returned comma selected or something)
- alter bug_file_add.php to receive multiple files

Is there some customization code who already does this?

Posted: 02 May 2007, 07:07
by vboctor
This is a requested feature in the bug tracker, however, there is no implementation yet for it. Once there is an available implementation, I'll get it integrated.

http://www.mantisbt.org/bugs/view.php?id=5228