How to get uploaded file infomation that returned by service api
zs1973 opened this issue · 0 comments
zs1973 commented
After the file is uploaded to our server, the server will return information about the uploaded file.
For example:
{
"code": "2000",
"data": {
"fileName": "2023-09-25 16:01:29 Function Description.
"networkUrl": "http://localhost:8010/uploadFile/file/2023/09/25/9a4ceed7d353482d8a2fdc654a42097c.docx",
"localUrl": "D:/uploads/patrol/upload/file/2023/09/25/9a4ceed7d353482d8a2fdc654a42097c.docx"
}
}
How do I get this information?