ImageKit.io

Results 23 comments of ImageKit.io

Please share your code to reproduce this issue. Something like this should work ```js methods: { validate(event) { var file = event.target.files[0]; if (file && file.size > 25 * 1024...

Seems like a configuration issue in your project. For a working sample, please refer to the instructions here - https://docs.imagekit.io/getting-started/quickstart-guides/vuejs. This doc also refers to a sample project.

@ankur-dwivedi can't we do this using custom input element?