Hello,
I’m using the signature application from “Digital Signature Webinare”. In this applications i produce a png. this png file is stored as (EventID_timestamp.png). In the signature datebase i store also the ID of the Event, some other ID and the name of the file (Image Filename). Apart from some problems, it is running. Now the image is stored in a folder named Signature_Images.
Now my Idea is, that i store the Image in my database in a Blob field and then delete the hosted file.
How can i do this automaticly?
pic the image file (path/name of the file is allready knowing), store in database as blob (Update database).