Here is my question.
I'm writing a website for a customer to manage pictures for his pacients, so I need to capture pictures from his digital camera.
The problem is that the users are very novice with computers, so I'm trying to come up with some rutine that automatically uploads the pictures from the camera.
What I need is when a user enters in the "capture" section, my script automatically would have to get the pictures from the camera path (it's a Kodak, so I can access by f:\DCIM\ etc for example) and upload it to the database.
Searching on the net I've read I can access local files with Filesystem Object in Javascript, but I need a way to upload automatically.
Does anyone know how to do this? Maybe with ajax, I don't know. As server language of course I'm using PHP.
Thanks in advance
Javier