• 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)
  • Hello,

    We highly encourage pull requests at the public GitHub repository:
    https://github.com/10up/windows-azure-storage

    Thread Starter paarhuis

    (@jpaarhuis)

    Whoa, if you highly encourage pull request on this GitHub repo you might want to notice the repo somewhere. I’ve been looking all over to find this repo, couldn’t find it anywhere. In the end I found a www.remarpro.com SVN repo, but due to insufficient permissions I couldn’t do anything there.

    So, you might want to put this link on the plugin page and on the the www.remarpro.com page.

    I will make you a pull request!

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.