To show file upload progress in NestJS, don't use multer because it waits until the file is fully uploaded. Instead, use busboy and show progress using Javascript's onprogress event.