GetUploadedFile - Not working

  •  04-05-2010, 2:38 PM

    GetUploadedFile - Not working

    I'm using the Classic ASP solution and once I specify the "AllowedFileExtensions" and "SaveDirectory" properties, I'm not able to retrieve the file names. It's failing on the following lines in the code.
     
    Dim mvcfile
    Set mvcfile=uploader.GetUploadedFile(list(i))     <--------

    And, within the class file, it fails on this line.
     
    file.Init(Impl.GetUploadedFile(guid))
     
    Anyone else have this problem? Any help would be appreciated.
     
    Thanks.
    Filed under:
View Complete Thread