I have an app where i can take pictures. at the end of the day these pictures are sent to a server through an automated process. once on the server the timestamp changes. I need the original timestamp when the picture was taken. Is it possible to get this information from the file attributes? Do I need to open the file and get the info from the header? Thanks.