Js websocket cannot get the file name after receiving the file?

js websocket receives the file Blob object sent by the server, although FileReader can read the contents of the file itself, the question is how to get the file name? Checked that the API, of the Blob object does not have a filename attribute. If so, each time js websocket sends a file to the server, it has to send the file name data separately?

Jan.11,2022

can't you get the direct file object Blob.name?

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3ad66-2c253.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3ad66-2c253.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?