Currently, I am working with a Bootstrap Vue form to create a basic form allowing users to upload files. I am wondering if there is a way to validate the size of files selected within the Vue form.
My goal is to restrict users from uploading certain files.
I came across a potential solution here, but it appears to involve a third-party plugin. I would prefer a solution that does not require additional plugins.