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
@mcieslakccv3.0.0-beta.7 is out, please give it a try. If "event" won't work use onAfterUpload function as option passed to new FilesCollection constructor. Let me know if it works for you
I'm having an issue:
In
afterUpload
event I validate using mmmagic if file extension is correct if not I remove filebut on frontend in
uploader.on('end', (error, fileObj) => {
fileObj does not contain error property
it was working in previous releases(before 3.0) when we were using Future
Do you have any suggestion how to fix/implement this in 3.0.0-beta.6 version?
The text was updated successfully, but these errors were encountered: