Ajax Uploader - Multiple elements to act as InsertButton for Single Uploader

Last post 05-05-2010, 11:31 AM by cutechat. 1 replies.
Sort Posts: Previous Next
  •  05-04-2010, 5:49 AM 60666

    Ajax Uploader - Multiple elements to act as InsertButton for Single Uploader

    Is there any way to associate several elements as the InsertButton to a single Uploader or does there have to be a 1 to 1 relationship for an element and an uploader?
     
    Many Thanks
  •  05-05-2010, 11:31 AM 60738 in reply to 60666

    Re: Ajax Uploader - Multiple elements to act as InsertButton for Single Uploader

    Yes.

    We have implmenet that . for our DotNetGallery product.
     
    But it's not stable yet.
     
    We will provide API for that later.
     
    Now you can use event
     
    function CuteWebUI_AjaxUploader_OnMantleButton(button,addonlayer)
    {

    }
     
    to get the addonlayer , and change the position to other elements when mouse move.
     
    Regards,
    Terry
View as RSS news feed in XML