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.