You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
req.file('upfile')
.upload({
adapter: require('skipper-gridfs'),
uri: uri,
// You can apply a file upload limit (in bytes)
maxBytes: maxBytes
}, function (err, uploadedFiles) {
The text was updated successfully, but these errors were encountered:
Does skipper-grids support maxBytes option?
The text was updated successfully, but these errors were encountered: