Ticket #7090 (closed enhancement: duplicate)
Opened 4 years ago
Last modified 4 years ago
Batch attachment uploads
| Reported by: | trac@… | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | attachment | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
I am looking for the inverse of #7078 - the ability to have a (trusted) user upload a ZIP file to attach a large quantity of file attachments to a wiki page in a batch.
Useless Background: I am generating reports with MATLAB that create a bunch of PNGs that I don't want version controlled, and I'm not familiar enough with Python to modify the Image macro to read a PNG out of a ZIP file. Manually uploading 30+ images each time is not fun.
Attachments
Change History
comment:1 Changed 4 years ago by cboos
- Component changed from general to attachment
- Owner changed from jonas to cboos
comment:2 Changed 4 years ago by RevRagnarok
Those patches look like what I need, but they all failed on 0.10.4 which is what I have (Fedora 8, from an RPM).
I don't know where I got the RPM off-hand, and I'm just babbling here to try to defeat the spam filter.
comment:3 Changed 4 years ago by cboos
- Resolution set to duplicate
- Status changed from new to closed
Yeah, those patches are based on 0.11dev. The very first one (attachment:ticket:2141:trac.multifile.patch) doesn't look that hard to backport for 0.10.x.



Have you tried to use the patches for multiple attachment support? (see #2141)