Reputation: 1
I want to store images like finger prints and data in a single file so i can send that file via mail.Can anyone help me out here.
thanks.
Upvotes: 0
Views: 277
Reputation: 5081
Best way to do this is with a zip file. If you're doing it from the desktop, just use a tool like IzArc or the built in zip tool.
If you're doing it in code from an application, DotNetZip is a library that can help you and has a lot of examples on how to use it.
Upvotes: 1