Ticket #3463 (new defect)
Opened 5 years ago
Toolbox: createEprint ignores base64 files in XML data
| Reported by: | tmb | Owned by: | |
|---|---|---|---|
| Priority: | Must do | Milestone: | EPrints 3.2.10 |
| Component: | - | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
If data passed to createEprint contains base64 encoded files, the files will not be created because EPrints::Toolbox calls $plugin->xml_to_dataobj directly - this bypasses the conversion of the base64 data to a tmp file that normally happens in EPrints::Plugin::Import::DefaultXML::Handler.
Note: See
TracTickets for help on using
tickets.
