Opened 23 months ago
Last modified 11 months ago
#18087 new enhancement
Extend mw_newMediaObject to include EXIF data
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | XML-RPC | Version: | 3.2 |
| Severity: | minor | Keywords: | |
| Cc: | djup@… |
Description
Would it be possible to include the exif transfer when using mw_newMediaObject function via XMLRPC? Currently the image gets transfered into library but Title, Caption field remains blank.
I checked the uploaded file and it carries the exif, so it does not get striped in the process.
Change History (2)
comment:1
MYSTERYouse — 23 months ago
- Cc djup@… added
comment:2
markoheijnen — 11 months ago
Note: See
TracTickets for help on using
tickets.

the XML-RPC does not use the function media_handle_upload() for inserting the file. The title you can submit to mw_newMediaObject but the caption is not yet used by the XML-RPC