Upload Image from URL

Hello,

Is their a way to upload an image from a URL? For example I have a input field, I will enter the URL in it. Then when I hit a button it will upload the image (from the url ) to the image uploder or file uploader.

1 Like

Hi @kristoffermike! Welcome :wave:

You can set the dynamic image of a picture uploader element to an input’s value, like this:

Then, from a button click, save the picture uploader’s value to an image field in your database, like this:

That should get you going!


Cheers,
Gaby

Coaching No Code Apps
Join our Facebook group for insider access to no-code development
Get professional development services
Enroll in expert-led courses and products

4 Likes

@romanmg Thanks for the help. Got it working

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.