umesh Posted May 30, 2022 Share Posted May 30, 2022 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! Link to comment Share on other sites More sharing options...
rick Posted May 30, 2022 Share Posted May 30, 2022 Hello @umesh and welcome to the forum. There are a few topics covering remote storage or assets/files here, here, and here. The latter discussing a module. Hope this helps. Link to comment Share on other sites More sharing options...
umesh Posted May 30, 2022 Author Share Posted May 30, 2022 Hi @rick, Thanks for the quick reply. Is there any way to customization on admin panel side. via code. e.g. if i insert any files and data from CMS. so can i change customization here before save it. that files should be upload on cloud and data will be insert into database as it is. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now