Closed Bug 309405 Opened 19 years ago Closed 14 years ago

support only storing attachments locally

Categories

(Bugzilla :: Attachments & Requests, enhancement)

enhancement
Not set
normal

Tracking

()

RESOLVED FIXED
Bugzilla 4.2

People

(Reporter: altlist, Assigned: LpSolit)

References

Details

(Whiteboard: [fixed by blocker])

User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6

It would be nice if there's a way to configure Bugzilla to only store
attachments locally.  Or better yet, a parameter that determined when to auto
store locally, something like a minlocalattachment:

   minlocalattachment=0   --> always store locally
   mixlocalattachment>Nkb --> if file is greater the Nkb, automatically store
                              locally
   minlocalattachment=-1  --> make bigfile optional

Reproducible: Always

Steps to Reproduce:
Summary: support only storing attachments locally → support only storing attachments locally
why not using the existing 'maxlocalattachment' parameter? and maybe a dropdown
menu with an option "all" or "force all"?
(In reply to comment #1)
> why not using the existing 'maxlocalattachment' parameter? and maybe a dropdown
> menu with an option "all" or "force all"?

That would prevent the user from specifying a file size to indicate which ones
should be attached locally or in the database.  Granted, I personally don't need
that feature. 
Status: UNCONFIRMED → NEW
Ever confirmed: true
Depends on: 490930
This is now fixed thanks to bug 490930. If you set maxattachmentsize to 0, then all attachments will be stored locally.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: [fixed by blocker]
Target Milestone: --- → Bugzilla 4.2
Assignee: attach-and-request → LpSolit
You need to log in before you can comment on or make changes to this bug.