When uploading a file in Passport, you may have seen this error message: "Input Stream was null"
This occurs before a file is even uploaded when the file extension for .csv is in uppercase (.CSV) characters rather than lower case (.csv).
To fix, simply change your file name from .CSV to .csv and you should be able to proceed with your upload.