Re: Help getting script to use GetUploadedFile when using 2 ASP files...

  •  09-28-2016, 8:51 AM

    Re: Help getting script to use GetUploadedFile when using 2 ASP files...

    Ken,

     

    I'm only trying to upload one file.

     

    What I'm trying to do is have a form with an upload button,, so when you clicked on it, it uploaded the file and the info from the form on to another file, which then grabbed the uploaded file info from the previous page and rename it, along with other tasks such as database entry, etc.  When I tested it, it looks like it was working, but then tripped an error on the second file at the line:

     

    Set mvcfile=uploader.GetUploadedFile(Request.Form("myuploader"))

     

    The error received is:

     

    Object required: ''  

     

     

View Complete Thread