gotev / android-upload-service

Easily upload files (Multipart/Binary/FTP out of the box) in the background with progress notification. Support for persistent upload requests, customizations and custom plugins.
Apache License 2.0
2.83k stars 690 forks source link

How to get uploaded file infomation that returned by service api #645

Closed zs1973 closed 12 months ago

zs1973 commented 12 months ago

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?