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

Notification

Icon
Error

Options
Go to last post Go to first unread
nickcargill  
#1 Posted : Thursday, June 19, 2008 4:07:57 AM(UTC)
nickcargill

Rank: Newbie

Groups: Member
Joined: 6/19/2008(UTC)
Posts: 1

I think I have something basic here....Can somebody just say yes Image Uploader can be integrated with my system to do this or no.

I currently have users that log into my website and upload images one at at time setting image description. The images are written to their own folder with the name of the image changed to match the date for organisation purposes and a record is entered into the SQL database.....

Image Nam Example: images/user25/"currentdate"image1.jpg

SQL Record

id: 1

UserID: 35

Path: /user25/"currentdate"image1.jpg

Category: Sports

Camera: Nikon

Author: Nick

I need to give them the ability:

to upload multiple images at once

change filenames and write each file to dyanamic folder

Write Individual Records into the database

** Capture Meta Data per Image and write info to each record in SQL

Eugene Kosmin  
#2 Posted : Thursday, June 19, 2008 12:59:55 PM(UTC)
Eugene Kosmin

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 9/19/2006(UTC)
Posts: 505

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

Yes, Image Uploader can be used in your case.

But I’m afraid the most of requirements you need could be implemented on server side only. Image Uploader works on client side and cannot work with your SQL server directly.

There is a SelectFolder sample in Helper Scripts for Image Uploader topic, maybe you’ll find some helpful there.

As for metadata – you can use ExtractExif and ExtractIptc properties.

Best regards,

Eugene Kosmin

The Aurigma Development Team

Users browsing this topic
Guest
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.