![]() |
Admin 3/7/2018 |
Sure, you can do that. In AfterAdd/AfterEdit event you need to use an API that your CDN service provides to move image file from the server to CDN, get a new image URL and update record with this URL. The actual code depends on what kind of CDN do you use. They all provide an API and code examples. |
C
|
ccvvccc author 3/10/2018 |
Sure, you can do that. In AfterAdd/AfterEdit event you need to use an API that your CDN service provides to move image file from the server to CDN, get a new image URL and update record with this URL. The actual code depends on what kind of CDN do you use. They all provide an API and code examples.
|
![]() |
Admin 3/11/2018 |
In regards to using a third party libraries: |