can i display the media from url without storing

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
User avatar
VirtualSpy
Advanced
Posts: 122
Joined: 05 Jul 2022, 07:55

can i display the media from url without storing

Post by VirtualSpy » 02 Sep 2022, 10:12

Laravel version 9.22.1 , Aimeos version 2022.07.2 and PHP version 8.1.3 (Win)

I want to import products from csv but i don't want to store images on my machine, it should work like HTML <img> src Attribute ......i tried from adding media.preview in configuration and media preview column in csv but images are not loading .....it is showing url in src attribute in inspect element which i placed in media url and media preview column in csv.......please guide me to solve this issue

User avatar
VirtualSpy
Advanced
Posts: 122
Joined: 05 Jul 2022, 07:55

Re: can i display the media from url without storing

Post by VirtualSpy » 02 Sep 2022, 10:34

VirtualSpy wrote: 02 Sep 2022, 10:12 Laravel version 9.22.1 , Aimeos version 2022.07.2 and PHP version 8.1.3 (Win)

I want to import products from csv but i don't want to store images on my machine, it should work like HTML <img> src Attribute ......i tried from adding media.preview in configuration and media preview column in csv but images are not loading .....it is showing url in src attribute in inspect element which i placed in media url and media preview column in csv.......please guide me to solve this issue
images was not loading because of Content Security Policy , so i allowed that link in img-src

Post Reply