Aleksandr Grenishin

Results 58 comments of Aleksandr Grenishin

> We are also experiencing this issue. Is there a solution or workaround available? > @uploadcare/upload-client": "5.1.1" Hello! Please try `@uploadcare/[email protected]`. You will need to install URL polyfill and update...

> Thanks for your response @nd0ut but on Android it works when I use and Image object instead of a blob. Also, just FYI, when I installed the above version...

@sourabhdadapure could you also provide content type and size of your file? And did I understand correctly that you don't use Expo?

@disaerna I updated widget version and added Icelandic locale to the typings. Check `v1.3.10` please.

@kodekaboom Looks like you forgot to set `multiple` prop to `true`. It's single mode by default.

@madeleineostoja here is the docs update

Hey @venkatesh-89, please see https://github.com/uploadcare/ngx-uploadcare-widget/pull/103, will it work for you?

Hety @djkgamc, an outdated version 1.2.0 is being used In your codesandbox, whereas the current version is 2.4.5.

Hey @stevesizer You need to use `value` prop to reset the widget value. Here is the example sandbox - https://codesandbox.io/s/laughing-golick-f95t2?file=/src/App.js:0-523 ```javascript const [value, setValue] = useState(); const onChange = (fileInfo)...

Hey guys, I agree that the `value` prop has a pretty strange behavior. It doesn't work as expected with controlled components, since it only calls [`widget.value()`](https://uploadcare.com/docs/file-uploader-api/widget/#single-file-value) internally on changes. To...