the renamed data cannot be returned after receiving the file using formidable and renaming the saved file
The last picPath returned by
was always empty, and it turned out to be asynchronous, and then I wrote it in the callback of from.on ("end").
what should I do to return the file name to the front end?