ImageKit.io
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?
@ahnv are we okay in using v2 version of upload API?
Is this something specific to Activestorage or imagekit integration with Activestorage?
@techfortified the same capability might be needed for other params too. So how about we do this? ```js {}} /> ``` Where `overrideProps` is a function, it will receive current...
@techfortified we just released 4.1.0 which should help you programmatically override upload parameters. `IKUpload` accepts a `overrideParameters` callback. This function accepts the `File` object as an argument and should return...