Download/Upload/Remove Functionality for uploaded files
Closed this issue · 2 comments
Himan10 commented
Few functionalities we have to implement in the Job app. We already have a functionality where user can upload resume, cover-letter, and a profile picture, this time we need few endpoints using which a user can re-upload, download, and remove the mentioned documents.
Files:
- Resume
- Cover-letter
- Profile Picture
TODO:
- endpoint for remove files
- endpoint for upload files
- endpoint for download files (in the response, it'll provide a link that can be used to download the files)
Himan10 commented
Just an update: parth will be working on this as it requires minimal changes to include in the existing codebase.