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

  •  05-05-2010, 11:31 AM

    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 Complete Thread