I am making a school management system, which allows students to be registered on the system along side with their photo. Every one know the pain of uploading single photo of 500 students.. So I wonder if I first register all the students and then I give every student an unique ID, after then I Take photos according to their ID
EXAMPLE A student with an ID of 001, he will be the first to be captured, and that program will rename first photo with STD001,
A student with an ID of 002, will be the second to be captured, and that program will rename second photo with STD002,
A student with an ID of 003, will be the third to be captured, and that program will rename third photo with STD003,
A student with an ID of 300, will be the 300th to be captured, and that program will rename three hundredth photo with STD300,
So i can upload all photos at once and the system will know where to upload to each student