Email Confirmation

Last post 09-26-2011, 8:52 AM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  09-23-2011, 3:47 AM 70167

    Email Confirmation

    Where can I put a script that will e-mail confirmation that a file has been uploaded?
  •  09-26-2011, 8:52 AM 70204 in reply to 70167

    Re: Email Confirmation

    Hi Rosminicollege,
     
     
    At client side
     
      <script type='text/javascript'>
        function CuteWebUI_AjaxUploader_OnTaskComplete(task)
        {
           //fire when upload complete
        }
        </script>
     
    At server side
     
    Please refer to  example page "form-keepingstate.php", add your code into the section below, it will fire when upload complete
     
    if($fileguidlist)
    {  }
     
    Regards,
     
    Ken
View as RSS news feed in XML