Adding fileName property and fixing the move operation
Bug Fixes
The move method was somehow using outputFile operation and was creating a new file with wrong contents. Fixed it by using the move method from fs-extra.
Features
Added file.fileName property, which is the relative name of the file after the move operation. In other words file.fileName = file.filePath - uploadLocation