Re: Need a form to specify "SaveFiles" directory

  •  08-17-2012, 1:55 PM

    Re: Need a form to specify "SaveFiles" directory

    Hi mhpeters,
     
    In the upload handler file, you need to create the uploader instance too. 
     
    Please refer to "phpuploader\ajaxuploaderhandler.php", "ajax-attachments-handler.php" and "ajax-multiplefiles-handler.php"
     
    $uploader=new PhpUploader(); 
     
    Regards,
     
    Ken 
View Complete Thread