Uploaded images in web farm

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
1 year ago
Hi

Is it possible to have the uploaded files (e.g. via wysiwyg content editor) stored in blob? It appears they are stored locally, which is not going to work in a web farm.

Thanks.
1 year ago
you can  declare one endpoint at controller and from that controller you can catch your images and use nopCommerce PictureService class method to save and get url of images from your blob storage.
although this one is php sample https://www.codexworld.com/ckeditor-upload-image-to-server-using-php/
1 year ago
How about using a CDN ?
(example  https://www.nopcommerce.com/en/boards/topic/48067/what-is-the-best-way-to-use-a-cdn-for-images-with-nopcommerce)
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.