Uploading photos, Temp storage then into database

Hi All,

I was wondering if there was any way of using the Fileupload component, storing the data (.toBytes) in a parameter to pass through to the root view to do a group upload into an MSSQL server.

Reason being is the attachment needs to be inserted into the table along side other values the operator will enter during the checklist?

Any help would be great!

Send a message to that view with the bytes in the message payload. The view’s message handler will have access to the components.