Multiple file upload
Posted: 02 May 2007, 06:19
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?
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?