Project

General

Profile

Actions

Feature #18556

open

Add ability to configure limit of attachments at once

Added by Stephen Ostrow over 9 years ago. Updated over 1 year ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Attachments
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:

Description

Currently there is a hard limit of only 10 attachments per change of an issue. It would be nice if this was configurable or removed completely if possible.

I'm wondering if there was a specific reason why this limit was added in the first place.

Related Issue: #18555, #8579
This is the code in question: source:/trunk/public/javascripts/attachments.js#L6


Files


Related issues

Related to Redmine - Feature #18555: Show warning when attempting to attach more than the allowed number of attachmentsClosedGo MAEDA

Actions
Has duplicate Redmine - Defect #18642: Limited number of simultanous file uploadsClosed

Actions
Has duplicate Redmine - Feature #25562: restricting the number of files a user can uploadClosed

Actions
Actions #1

Updated by Go MAEDA over 9 years ago

  • Related to Feature #18555: Show warning when attempting to attach more than the allowed number of attachments added
Actions #2

Updated by Go MAEDA over 9 years ago

  • Has duplicate Defect #18642: Limited number of simultanous file uploads added
Actions #3

Updated by Antonio Kless about 7 years ago

I wanna politely remind of this.

Actions #4

Updated by Toshi MARUYAMA almost 7 years ago

  • Related to Feature #25562: restricting the number of files a user can upload added
Actions #5

Updated by Toshi MARUYAMA almost 7 years ago

  • Related to deleted (Feature #25562: restricting the number of files a user can upload)
Actions #6

Updated by Toshi MARUYAMA almost 7 years ago

  • Has duplicate Feature #25562: restricting the number of files a user can upload added
Actions #7

Updated by Jonathan Cormier about 6 years ago

Here is my rough first attempt at changing this. I'm running redmine 3.3.1 so the patch would need some updated to apply to latest.

Actions #8

Updated by Stephan Bauer about 6 years ago

I also would like to bump that feature.

Actions #9

Updated by Grigoriy Vasilchenko over 5 years ago

Jonathan Cormier Increasing max files number works, but notification not (redmine 3.4.4)

Actions #10

Updated by Jonathan Cormier over 5 years ago

Changing for 3.4.4 didn't take much. Error message code didn't change at all. Works for me

Actions #11

Updated by Grigoriy Vasilchenko over 5 years ago

This what firefox console shows

Actions #12

Updated by Jonathan Cormier over 5 years ago

Grigoriy Vasilchenko wrote:

This what firefox console shows

Your syntax error indicates that there is some bad code on line 170. If you open firefox's inspector, select Debugger and find the attachments.js file. Look at line 170. Maybe you mistyped something, missed a parenthesis or bracket...

Actions #13

Updated by Grigoriy Vasilchenko over 5 years ago

You are totally right, my bad. I have copied plus signs from diff file :)

Actions #14

Updated by Phil Valentine over 5 years ago

+1 for this feature.
It wouldn't be so bad if inline images didn't have to be "attachments" - many of our issues will have screenshots / captures to go along with them. I know we could "zip" and package them up, but it is useful to see them as inline images.

Actions #15

Updated by Jonathan Cormier over 5 years ago

Does anyone know if this change to attachments.js could be done via a plugin?

Actions #16

Updated by Hal Glenn over 5 years ago

+1 we run into this issue all the time. Issues end up with lots of screen captures in them, so there are multiple edits required to add all the content.

Actions #17

Updated by Aleksandar Pavic over 5 years ago

+1 this should be core feature.

Actions #18

Updated by Chris D about 5 years ago

I am also looking for this feature.

Actions #19

Updated by Jonathan Cormier about 5 years ago

Note: attachments_3.4.4_increase_number_upload_files.diff still applies cleanly in redmine 4.0

Actions #20

Updated by Andriy Lesyuk over 4 years ago

Configurable attachments limit has been implemented in this plugin: http://www.redmine.org/plugins/that_attachments_limit
It works on Redmine 3.4 and Redmine 4.0 (and, maybe, others).

Actions #21

Updated by Jonathan Cormier almost 4 years ago

Andriy Lesyuk wrote:

Configurable attachments limit has been implemented in this plugin: http://www.redmine.org/plugins/that_attachments_limit
It works on Redmine 3.4 and Redmine 4.0 (and, maybe, others).

That's great. I really wish this could be integrated into redmine.

Andriy, now that the show error message has been accepted, I assume it would be something that could be added to your plugin easily? https://www.redmine.org/issues/18555

Actions #22

Updated by Mischa Mundwiler almost 2 years ago

+1 for this feature.
We run in this issue quite a lot. Especially with the DMSF-Plugin as we quite often upload more than 10 files. If you have 11 or 12 files you easily miss that only the first 10 files have been uploaded...

Actions #23

Updated by Gary Aitken over 1 year ago

+1 for this feature. It is an impedement for some of our development work which frequently has >10 experimental results to be uploaded.

It would be great if the plugin would be upgraded to 5.x

Actions #24

Updated by Jan Catrysse over 1 year ago

I made some small changes to partially address #18555. This does not resolve the error message `max-number-of-files`, I am not confident on making that change.

https://github.com/redminetrustteam/that_attachments_limit/commit/4d3e40144f7ba864c07569bcff1bf01853f64700

Actions

Also available in: Atom PDF