veliovgroup / Meteor-Files

🚀 Upload files via DDP or HTTP to ☄️ Meteor server FS, AWS, GridFS, DropBox or Google Drive. Fast, secure and robust.
https://packosphere.com/ostrio/files
BSD 3-Clause "New" or "Revised" License
1.11k stars 166 forks source link

wrong custom error message when using HTTP #880

Open binlux opened 11 months ago

binlux commented 11 months ago

using meteor 2.13

when returning a custom error message form onBeforeUpload method we get always the default error message on client side when using http (ddp works well).

suggestion: mention that issue in docs.