I want to create uploading objects. I see what I can upload a lot of objects, but I see one base64-string
how I can get all objects from base64 string?
how I can decode this base64-string?
we use UploadField only to upload one object
probably you need to reorganise you DB scheme
Ex: obj File with upload field and obj Storage
storage m2m or m2o to File
I want to create uploading objects. I see what I can upload a lot of objects, but I see one base64-string how I can get all objects from base64 string? how I can decode this base64-string?