Changes between Initial Version and Version 1 of Ticket #23137
- Timestamp:
- 01/09/13 00:56:06 (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23137
- Property Keywords needs-refresh removed
-
Ticket #23137 – Description
initial v1 1 version: 3.5 2 File: wp-include/functions.php 3 Line: 1718 4 code: @fwrite( $ifp, $bits ); 5 ==================== 6 if use xmlrpc to upload image, $bits is a encoded by base64. 1 version: 3.5 [[BR]] 2 File: wp-include/functions.php [[BR]] 3 Line: 1718 [[BR]] 4 code: @fwrite( $ifp, $bits ); [[BR]] 5 ==================== [[BR]] 6 if use xmlrpc to upload image, $bits is a encoded by base64. [[BR]] 7 7 right code: @fwrite( $ifp, base64_decode( $bits ) );
