Fix for a problem that some blobs are being reset to 0 bytes
-
This is an issue with mp3 files for example. The blob gets reset when the user goes to the attachment screen (the metadata update function gets called again, and the blob is being reset).
The fix is adding the following code at line 392 of the file windows-azure-storage.php:
// do nothing if file doesn’t exist locally
if ( ! Windows_Azure_Helper::file_exists( $relative_file_name ) ) {
return;
}
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Fix for a problem that some blobs are being reset to 0 bytes’ is closed to new replies.