Re: handleselect javascript method

  •  11-02-2009, 9:03 AM

    Re: handleselect javascript method

    Hi,
     
    In the handleselect event , you can use the same parameters:
     
    uplaoder.handleselect=function(selectingitems)
    {
    }
     
    You should not use getitems() , because the selectingitems are not added into the uploader items yet.
     
    Regards,
    Terry
View Complete Thread