Advise for CDN solutions

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
2 anos atrás
Hi everyone,
I am asking for advise of integration of a CDN service(Alibaba Cloud CDN). Here is my intended features:
1.When we upload an image in Nop admin, the image will be sent to CDN storeage instead of Nop local server disk.
2.When we access an image via <img src="image-url">, the image url will be generated to load from CDN directly.
3.The whole process is transparent to Nop, that is, we need a plug and play implement. So if the file provider/plugin/whatever is found in bin folder during Nop bootstrap, use it, otherwise fall back to local storage.

Right now, I am looking at the "INopFileProvider" interface, seems to be the right place to go, but I am also looking for any advise/help to put me to the right direction.

Thank you very much in advance.
2 anos atrás
Some existing CDN plugins may give you some ideas
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.