Hi
I wanted to ask a very simple question
I have a list of images’ URLs (as a text field).
I want that when a user clicks on a button, the existing list of images will send to Wasabi and Wasabi will store those as new files.
So I don’t need that the user will upload files but i want to send an existing files urls to store in Wasabi
In more detail:
When a user upload pdf in my app i am taking this pdf and send it to pdf.co and then get back this pdf as jpg and store this as a “converted_files” field. i want to take those URLs from pdf.co and store them into Wasabi so the final image in the interface will be from Wasabi server. Any option? thanks!