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

Notification

Icon
Error

Options
Go to last post Go to first unread
Muzahir  
#1 Posted : Monday, October 12, 2009 6:22:49 PM(UTC)
Muzahir

Rank: Newbie

Groups: Member
Joined: 9/29/2009(UTC)
Posts: 5

Hello,

I have a page which includes a form with aurigma code within the form. Now, i don't want to use the send button of aurigma to start uploading images but when user click on submit button of the form, image uploader should activate its sending functionality. i need line of code or any property with which we can acheive this.

I will be v thankful for your quick replies.

Regards,
Muzahir ahmad
Tamila  
#2 Posted : Tuesday, October 13, 2009 8:52:25 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 Muzahir,

To start upload process using Submit button you need to use Send() method of Image Uploader:
Code:
getImageUploader("ImageUploaderID").Send();


To get more information about this method click here.

To remove standard Send button you should use this code:
Code:
iu.addParam("ButtonSendText", "");

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.