Hi, I have an HTML5 site. I want to do following thing:
- Walk through files in a folder
- Find all images
- Get exif file from images
- Analyze an exifs (on server)
- Correct bad exifs
This is a best scenario, that it can be. I am conscious that 1st and 2second step is possibly done only by selecting this files by user. And 5th step is possible only when the analysis will be done at user's machine. So what is the best way to do it (to get closer as much to the optimal scenario)? What should I use without need to force a user to install anything?