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

Notification

Icon
Error

Options
Go to last post Go to first unread
ji  
#1 Posted : Sunday, April 25, 2010 7:53:35 PM(UTC)
ji

Rank: Newbie

Groups: Member
Joined: 4/25/2010(UTC)
Posts: 1

Hello,

Image Uploader is a great client side tool, however I'd like to pre-fill the description/title etc. fields with exif/iptc information.

Thus client side access to exif/iptc would be best way to do it, however these properties are available only server side.

Would it be feasible to retrieve exif+iptc to client side by
1) first uploading exif+iptc with very small thumbnails, quietly behind when the files are added to upload list (massaging upload list Send from UploadFileCountChange ? and restogin uploadlist selections), and then
2) retrieving exif+iptc to client side using callback (from AfterUpload ?).

Any help on this is appreciated!
Tamila  
#2 Posted : Monday, April 26, 2010 5:55:23 PM(UTC)
Tamila

Rank: Advanced Member

Groups: Member
Joined: 3/9/2008(UTC)
Posts: 554

Was thanked: 1 time(s) in 1 post(s)
Hello,

You can realize the algorithm you describe, but It is highly non-recommended, because it has the effect on user interface. Also some files can be lost.

I recommend you to use the following method:
  1. Extract necessary exif/iptc fields using ExtractExif/ExtractIptc and send them on server
  2. After upload process completes, show to users the page like gallery where they can correct or add appropriate information in exif/iptc fileds
  3. Save new exif/iptc information on server
See Also:
Aurigma Support Team

UserPostedImage Follow Aurigma on Twitter!
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.