Most times, we might want to upload multiple files to our server in a single request. In this tutorial I'll be uploading multiple files and then returning the image URL as response. I assume we already know how to install and setup django, django re...
budescode.hashnode.dev3 min read
Very informative, thanks
From where url comes from in:
imageurl = f'{photo.file.url}'
?
Ericson Timog
what about returning id when sending post method? Thanks in advance :)