Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
Leihj  
#1 Posted : Tuesday, March 8, 2011 11:36:48 PM(UTC)
Leihj

Rank: Newbie

Groups: Member
Joined: 8/24/2010(UTC)
Posts: 2

Hello,
How could I get the EXIF value in the jsp page. I use imageuploader7.
Thanks!
Dmitry.Obukhov  
#2 Posted : Thursday, March 10, 2011 1:59:21 AM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups: Member
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hello Candy,

First, you need to specify [url=]exif[/url] property of metadata class with necessary EXIF fields, e.g.:
Code:

…
metadata: {
  exif: "ExifDateTime"
}
…

Then, implement your server-side code to save this EXIF data:
Code:
//save to XML file as EXIFTime field
xmlFile.setAttribute("EXIFTime", ((FileItem) fileItems.get("ExifDateTime_" + i)).getString());

Please feel free to let me know if you have any additional questions.
Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.