Uploading files to a webserver

Hello,

I’m new to this software and am trying to find a method for uploading files from Intuiface to a web server. I’m basically looking to screenshot a webcam image and then upload it to be viewed offsite.

I’ve been able to figure out how to post text thru the API Explorer, but haven’t been able to determine if there’s a way to actually post the image.

Any thoughts or suggestions would be appreciated!

Hi @kharper,

You’ll find an example of such a scenario in the how to upload an image to Cloudinary article.
This uses a custom built Interface Asset written in .NET, thus will only work on a Windows device.

Seb