Keeping state after submitting and CuteWebUI_AjaxUploader_OnPostback handler

  •  12-12-2011, 3:45 PM

    Keeping state after submitting and CuteWebUI_AjaxUploader_OnPostback handler

    Hi there,
     
    May be it is a normal behavior, but is there any work around for that simple case :
     
    I want to use the keeping state after submitting scenario, as documented -- processing the file array to display info on the files being uploaded.
    I also want to use the OnPostback function. But as soon as I define that function, the processing of the file array is bypassed. I tried try returning true or false on the OnPostback function without success.
    Is there anything I can do to have both functions active?
     
    Finally, I want to modify different display styling of div tags on my html page. The original Postback of the PHPUploader is resetting the original status of all defined styles
     
    thanks for your help!
     
    jrlemay
View Complete Thread