sql >> Databasteknik >  >> NoSQL >> MongoDB

Dropzone-filen är inte fullständigt bearbetad när processFile(File) anropas

Har du testat att öka filstorleken?

var imageStore = new FS.Store.GridFS("images", {
    chunkSize: 1024*1024  // optional, default GridFS chunk size in bytes (can be overridden per file).
                         // Default: 2MB. Reasonable range: 512KB - 4MB
});

Images = new FS.Collection("images", {
  stores: [imageStore]
});



  1. Max och min i mongodb

  2. Vad betyder Document-oriented vs Key-Value när man talar om MongoDB vs Cassandra?

  3. Vad är bästa praxis för MongoDB-anslutningar på Node.js?

  4. Hur man grupperar efter flera kolumner och flera värden i mongodb