Is there a way to save an image from a url? I want the user to be able to pick an image from the web (search limited to free use) and have that image stored on my server (after resize & create thumbnail). The image will then be named with the record id for recall later.
I tried to do something similar. if you use the dropzone component and then click on it to open, you can paste the URL in there and it will upload it. But I couldn’t find a way to do it directly through the action scripts.