<LocalStorageName> ist the name of your LocalRessource defined in your ServiceDefintion Configuration. My solution only works on an Windows Azure VM or in the Windows Azure Emulator.
I solved my problem. Problem was the WordPress Tempdir. On Windows Azure, set upload and temp path to an local ressource.
/** Set UPLOADS path **/
define('BLOGUPLOADDIR', azure_getlocalresourcepath('<LocalStorageName>'));
define('WP_TEMP_DIR', BLOGUPLOADDIR);
Hello,
I’ve got the same problem. Current stable version of wordpress and windows azure storage plugin.
Does anyone have a solution?