Re: Additional process after upload

  •  02-25-2009, 1:53 AM

    Re: Additional process after upload

    Hi,
     
    While the file uploading , the file is in another location.
     
    You can use
     
    string fullpath=args.GetTempFilePath();
     
    to get it.
     
    Regards,
    Terry
View Complete Thread