Q-uploader event on failed file addition
-
Is there a way to catch a failed file addition. We need to notify user when they drop unsupported file format. Currently it simply do not add the file but not able show any error to the user.
Does anyone know of a way?
-
What does unsupported file format mean? Are you using the
accept
prop or a filter to make sure the file is supported (guessing at what you mean)? You write “Currently it”. Currently what? Your code or QUploader? Can you show a codepen or codesandbox of what you’ve done?Theoretically, it’s your function that does the uploading. So, it’s up to you to warn the user.
Scott