Hi Team,
I am stucked with files storage issue in processwire, Is there processwire allow to upload their files in another cloud storage(blob storage azure), when we upload from admin panel.
By default processwire used itself local storage to upload files from admin panel. can we make some customization that upload file in another third party azure server integration instead of local directory storage.
Currently, it upload like this file location
/site/assets/files/1/filename.jpg
can we make path like "https://3rdparty.com/site/assets/files/1/section_1_page_header_2_1.jpg"
Thanks in advance!