• Hello,

    We are currently using this Microsoft Azure Storage for WordPress plugin to send files uplaoded to the wordpress media library to Azure blob storage container. Is it possible to change this so that the files can be sent directly to the storage container, without going through the website server at all? They are large video files and we cannot increase the PHP settings on the server to allow files of this size to go through the website. The files are on average 2GB. Is there a setting in this plugin we can use, or in an alternative plugin you can recommend?

    Thanks
    Vicky

Viewing 1 replies (of 1 total)
  • Hello Vicky,

    unfortunately, it is impossible. I think what you can try to do is to upload your files directly to the Azure storage and use links to those files on your site. Or as an alternative, you can try to programmatically create an attachment with a link to your video file on the storage.

    Hope it will help…

Viewing 1 replies (of 1 total)
  • The topic ‘upload via website front end to Azure Blob storage, bypassing server’ is closed to new replies.