|
|
Rank: Advanced Member Groups: Member
Joined: 4/24/2008 Posts: 30 Points: 90
|
I've got Image Uploader embedded onto a page with a form that I need users to fill out alongside their image upload. The problem is that the "Send" button that submits the ImageUploader data is on the top of the applet. Is there a way I can have the "Send" button below my upload panes? Also, is there a way to designate an alternative submission method for my ImageUploader instance? I'd love to place a submit button someone else on the page that my users can click to submit everything.
|
|
Rank: Advanced Member Groups: Member
Joined: 4/24/2008 Posts: 30 Points: 90
|
Nevermind, I think I found the answer. I finally found the ShowButtons reference in the API documentation. I think I'll get the answer I'm looking for there, correct?
|
|
Rank: Advanced Member Groups: Member
Joined: 9/19/2006 Posts: 351 Points: 174
|
Hey, Yes, you are right. All you need is ShowButtons property and Send method.
Best regards, Eugene Kosmin. Aurigma Development Team
|
|
Rank: Advanced Member Groups: Member
Joined: 4/24/2008 Posts: 30 Points: 90
|
Thanks, after consulting the documentation I have indeed gotten the custom buttons working. It just took me a while to find it, that's all.
|
|
|
Guest |