Can you trigger an action, after an image has finished uploading

I would like to trigger an action to display an element like the icon in this picture, only, after an image is successfully loaded from the image picker.

Is it possible to do this?

Yes, you can have a hidden countdown on the page that is only visible when the image picker > url, is not empty. Then have it countdown for 0.5 seconds and have actions on completion. Should work.

Thanks for the reply.

Based on what you suggested this is what Iā€™m doing. However, I do not know what you mean by hidden countdown? Is that a component, and can i style it to look like this brown tick image?

Countdown is a component yes which you could use for triggering an action.

If just you want to display an icon, doing it like this should do the job. The only thing that might be tricky is getting the layout to work correctly between the editor and what it looks like on preview.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.