Re: Can't Find the file

  •  08-08-2009, 8:38 PM

    Re: Can't Find the file

    Hi,
     
    Please check our examples source code.
     
    It show you how to get the file.
     
    You can use
     
    $mvcfile=$uploader->GetUploadedFile($fileguid);   
     
    to get the file anywhere.
     
    and the $fileguid is just the value of the uploader hidden field.
     
    ---
     
    For parameters, I suggest you use Session, because it's a security thing.
     
    Regards,
    Terry
View Complete Thread