cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X

Save a video from ThingWorx to Sql DB table column

svisveswaraiya
17-Peridot

Save a video from ThingWorx to Sql DB table column

Hi,

I am able to play a video from system repository using html video widget. I wanted to save this video from ThingWorx to a particular column in a table in Sql. Is it possible to do this action?

 

Thanks in advance,

Shalini V.

1 REPLY 1

Hi Shalini,

 

To do this you would need to store the video as a BLOB in the database.  To do this you would need to convert the video content to a binary to store.  This is not directly supported by the Thingworx platform but should be possible, though additional third party tools may be needed to retrieve the video and play it.

 

Thanks,

Adam

Top Tags