Opened 14 years ago
Closed 14 years ago
#23137 closed defect (bug) (duplicate)
xmlrpc wp.uploadFile
| Reported by: | lyfeway | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | XML-RPC | Version: | 3.5 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description (last modified by )
version: 3.5
File: wp-include/functions.php
Line: 1718
code: @fwrite( $ifp, $bits );
====================
if use xmlrpc to upload image, $bits is a encoded by base64.
right code: @fwrite( $ifp, base64_decode( $bits ) );
Change History (2)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Duplicate of #20984.