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

Notification

Icon
Error

Options
Go to last post Go to first unread
JohnL28  
#1 Posted : Tuesday, September 22, 2009 7:16:06 PM(UTC)
JohnL28

Rank: Newbie

Groups: Member
Joined: 9/22/2009(UTC)
Posts: 1

Is there html code that I can embed in the ImageUploader that will email me each time pictures are uploaded to my site? Thanks in advance.
Dmitry  
#2 Posted : Tuesday, September 22, 2009 11:40:44 PM(UTC)
Dmitry

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 8/3/2003(UTC)
Posts: 1,070

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

Unfortunately we have no complete sample demostrating how to send emails after upload complete but the workflow is quite simple. Your server upload script is requested whenever Image Uploader is uploading current package. You need to wait for the last package and trigger sending of email. To get to know whether a request is last one or not you can use PackageIndex and PackageCount POST fields. If PackageIndex + 1 = PackageCount, it is the last request.

It is up to you how to send emails, it depends on platform you are using in your project and component used for working with emails.

Sincerely yours,

Dmitry Sevostyanov

UserPostedImage Follow Aurigma on Twitter!

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.