Please update documentation regarding the path option.
Documentation says:
path will default to: os.tmpdir()/express-busboy/<uuid>/<the field name>/<filename>.
but it's actually os.tmpdir()/express-busboy, because when defining a custom path, it still creates the file as <uuid>/<the field name>/<filename>.
Thanks,
Please update documentation regarding the
pathoption.Documentation says:
but it's actually
os.tmpdir()/express-busboy, because when defining a custom path, it still creates the file as<uuid>/<the field name>/<filename>.Thanks,