Hi I get a type mismatch when i try to populate an array dynamically. The
error occurs in this line
imageArray(imageCount) = Upload.UploadedFiles(fileKey).FileName & ""
The functions Upload.UploadedFiles(fileKey).FileName gets the filename of
the uploaded file from the object Upload.
filekey is the name of the input type file.
BTW this is a online web upload function.
Thanks Wil