Re: Unable to get file name of uploaded file

  •  09-26-2011, 8:43 AM

    Re: Unable to get file name of uploaded file

    Hi attourath,
     
    The line below shows you how to get the upload file name in my example
     
    echo "myfile=" . $mvcfile->FileName; 
     
    Regards,
     
    Ken
View Complete Thread