RipcordSoftware / AvanceDB

An in-memory database based on the CouchDB REST API and containing the CouchDB Futon and Fauxton web sites
GNU Affero General Public License v3.0
162 stars 12 forks source link

AvanceDB doesn't support multipart PUT or POST #60

Open craigminihan opened 8 years ago

craigminihan commented 8 years ago

Futon will multipart POST when uploading an attachment to a doc. Without this feature the only option is to PUT the attachment using the attachment REST API or use POST with the attachment base64 encoded in the JSON (like replication).