Storing multiple files in django jsonfield

Pls i need help on resource on how to store multiple files or documents in a jsonfield.
i want to be able to store the urls in the database and the files in a file storage.
need help with this

What specifically do you need help with?

What parts of this do you already know how to do?

  • Do you know how to use a JSON field?

  • Do you know how to handle uploaded files?

so able to upload files via DRF
i used multiple filesfields on my models as the those fields have their individual names

That works fine for now. The issue was that i wanted to be able to upload the files and store all of their path in a jsonfield