Page 1 of 1

Uploading images from URL to IFS

Posted: Fri Jul 06, 2018 12:05 pm
by ekidhardt
Is there a way in Profound to copy a file from a url to an IFS location?

Re: Uploading images from URL to IFS

Posted: Fri Jul 06, 2018 3:12 pm
by Megan
Hello Ed,

Profound UI does not currently provide this feature out of the box, but it is not impossible to do. Instead, you'd do this with SQL functions called from a server side application or 3rd party tools like HTTPAPI, GETURI, cURL, etc. to upload files from a URL. You would be able to use a textbox for the user to enter the URL and then your server side application would handle retrieving the file.

We hope this helps!

Thanks,