Upload in insert mode

Needs a little inspiration on how to make it possible for a user to upload images (database) in Form insert mode.
The thing is that the record is not yet added so the images may have to be stored in some kind of temp thing until the user hit the insert button ???

Any ideas … directions … etc.

There is no need to make a temp thing. it is handled by the sc libraries automatically.

to start off
you need to have a field in your table as a blob type.
then in sc application change the field type to image database and then generate the application.

Then run and test your application.

most of the above steps are available in the sample applications or you can follow the sc videos.

Thanks :slight_smile: