Saving Snapshots

I am making a web application where I have to use Jpegcam.

I have to take snapshots and save them to a directory at server side. I have been able to click pictures but I am not able to understand how to save them in a directory on server. :unsure:

Please can you spare a few minutes and suggest me a way to accomplish this.

Any kind of help will be much appreciated. ::)

Thanks,

Lakshay

fetch the snapshot and save its addrees in db

open that file and use its binary to move to the server directory.

use the same procedure as uploading of images

but here you have fetch the binary of the snapshot and then follows same steps