|
Thank you very much....now we have a php file which makes the copy of all images..this was a great help for me..
If I am not taking your time much, I want to ask your idea about the unsolved part of the solution as well..
Now I am triggering this php file manually by browser or I can make a cron job for every minute..
But both of them are not good solutions, because
1)If there is no change (new upload according to the dedected motion) in camera image file, it is useless to save a copy of image in every minute
2)And also, in one minute there can be 10 different uploads but I can catch and copy only 1 image in this time period by this way
So is there any other ways possible to run this php triggered by every new uploads, or is it impossible to do that?
|