-
Type:
Suggestion
-
Resolution: Won't Fix
-
Component/s: Work Item - View (Internal developer use only)
-
None
NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? 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.
- is related to
-
JRASERVER-11566 JIRA file upload is limited to 2 Gigabytes
- Closed