vsdudakov / fastadmin

FastAdmin is an easy-to-use Admin Dashboard App for FastAPI/Flask/Django inspired by Django Admin.
https://vsdudakov.github.io/fastadmin/
MIT License
146 stars 16 forks source link

upload objects #72

Open matv864 opened 1 month ago

matv864 commented 1 month ago

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?

image

vsdudakov commented 1 week ago

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