I wonder how or in what way to autosave a picture (in a form) when an attached digital camera shot a client.

Recommended Answers

All 2 Replies

Dont save the picture itself in the database, store the path to the file instead.

1. save image from cam to a file.
2. store the picture file into database(can convert the file to binary and store or store the file path only).
3. retrieve from database to display back in control.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.