Rank: Advanced Member Groups: Member
Joined: 5/31/2007 Posts: 58
|
Hi,
is possible use AJAXUploader from a custom button (not toolbar)??
My try: I've hide the AJAXUploader control and i've set the AutoUpload to true, now i've set onclick event to an custom button to "uploader.abjd[0].click();", the progress start but not upload file.
I've see the toolbar demo but i want, if possible, bypass the toolbar and use my button.
Thank Paroca
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
No. You can not do that. You can use "Custom Toolbar Item" to make a toolbar look like anything you would like (such as a regular push button), but the ToolBar has to be there. In another word, you can use your own button, but the toolbar has to be there. If you do not wish anything visible from the toolbar, you can customize the toolbar's appearance so that it does not show any border, background image, background color, etc.
Thanks!
|