Change upload file process
subhankarb opened this issue · 0 comments
subhankarb commented
We call server multiple time to generate s3 url to upload files. We have to get all upload urls in a single call.
Tasks
- Gather all files path and create json to call server like
- Put all authorize logic of current
_upload_file
method inpublish
.