Hello,
When I upload a file I go to the OnFileUpload(UploadingEventArgs uploadingEventArgs) method and execute some custom code. If I upload 1 file everything is okay. However, when I upload another file uploadingEventArgs.FileData.RawFile gives me the contents of the first file.