Hi,
I have uploaded some images using image management. Now, when exporting the project and using it on another site, the images are not seen. How can I export images?
Thanks.
Hi,
I have uploaded some images using image management. Now, when exporting the project and using it on another site, the images are not seen. How can I export images?
Thanks.
Image management is a gateway resource, not a project resource. You must import into all gateways where you deploy your project.
Unfortunately, these are not stored in files in the gateway, but in the internal config DB. (Fixed in v8.3, but you are stuck manually reimporting in v8.1.)
Hi,
Thanks for you advise and you are right. I have a question when exporting gateway to new site it will update everything (DB,User etc). But we need to move only project and its images.
Is there another way that we user images???
If you have the webdev module, you can host any image files you like, and deploy them as files in your gateway filesystem. I recommend that. (Or my Blob Server module, if you want to store images in your own database.)
For posterity, you can use Kindling to export the images in a gateway backup file:
Thank you all for the support and helpful suggestions.
I used the method of converting images to Base64 and then using them directly, so there’s no need to keep a separate backup of the images.
Thanks again for your assistance.