Re: File path is wierdness

  •  11-25-2011, 6:52 AM

    Re: File path is wierdness

    Hi jerry2,
     
    1. The temp file will be delete after 8 hours.
     
    2. Example page "ajax-multiplefiles.asp" shows you how to get the  original file name by the code below
     
        Response.Write(mvcfile.FileName)
     
    3. About the file paht. You have set the save directly, so you already know the save path, what you need to add just add the file name right? #2 shows you how to get the file name.
     
    Regards,
     
    Ken
View Complete Thread