Opened 14 years ago
Closed 9 years ago
#18087 closed enhancement (maybelater)
Extend mw_newMediaObject to include EXIF data
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.2 |
Component: | XML-RPC | Keywords: | needs-patch |
Focuses: | Cc: |
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 (4)
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