vaphes / pocketbase

PocketBase client SDK for python
https://pypi.org/project/pocketbase/
MIT License
332 stars 38 forks source link

how to upload files? #5

Closed afreerunner closed 1 year ago

m29h commented 1 year ago

I had the same issue and implemented this into my fork. So far this had not been supported as file-upload cannot use JSON API directly but requires HTTP multipart file encoding. See my pull Request #6