-
Type:
Suggestion
-
Resolution: Won't Fix
-
None
-
Component/s: Issue - Attachments
-
None
NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.
Currently you can only uploads files up to 2 Gig. (we default to 10 MB but people sometimes want more)
Webwork uses Integers for its file upload code so it is limited to 2^31 Bytes (2 Gig).
Could migrate to org.apache.commons.fileupload as they use longs to manage this.
- relates to
-
JRACLOUD-11566 JIRA file upload is limited to 2 Gigabytes
- Closed