I am using html file upload in a MVC3 , Jquery ,HTML5 application. It is working fine. Now i want to get image meta data on file select while uploading. How i can get Date of creation and Date of Modification on file select before or after uploading the image. Please suggest me any good plugin or method to get such information.
If we get info using .net libraries after saving image to server, it return date of uploading as date of creation. But i need date of creation on client’s computer that was before uploading.
Sounds like you would need some EXIF data.
There is at least one JavaScript Library, and there should be plenty for .net.