I know it can be achieved to insert Pictures on your local drive using Picture Control.
To be honest i wouldn't do this anyway, you dont know how long the Picture is gonna stay on the site or the URL.
Better Copy it and Import it into a BLOB Field in the Database.
The reason for linking directly to the url is that the image is already used for the customers web shop, and therefore the image will not be deleted. I just wanted to use the same resource as the web shop in stead of importing the picture to the db.
Answers
I know it can be achieved to insert Pictures on your local drive using Picture Control.
To be honest i wouldn't do this anyway, you dont know how long the Picture is gonna stay on the site or the URL.
Better Copy it and Import it into a BLOB Field in the Database.
Try this code (nav 2013), it looks like what you want.
:thumbsup: