I have been using dropzone to upload the image file on my localhost. Everything is working fine, file is being uploaded and saved, however, the progress bar is not replaced by t
use res.end('File have been uploded') at the end of your route. When using dropzone, it doesn't acknowledge that the file has been uploaded if res.end is not fired. Hence the animation was not working