View Single Post
Old 11-16-2012, 07:28 AM   PM User | #8
damlays
New Coder

 
Join Date: Nov 2012
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
damlays is an unknown quantity at this point
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?
damlays is offline   Reply With Quote