uploadcare-widget icon indicating copy to clipboard operation
uploadcare-widget copied to clipboard

Uploadcare Widget, an ultimate tool for HTML5 file upload supporting multiple file upload, drag&drop, validation by file size/file extension/MIME file type, progress bar for file uploads, image previe...

Results 41 uploadcare-widget issues
Sort by recently updated
recently updated
newest added

This issue provides visibility into Renovate updates and their statuses. [Learn more](https://docs.renovatebot.com/key-concepts/dashboard/) ## Rate Limited These updates are currently rate limited. Click on a checkbox below to force their creation...

## Description I setup uploadcare widget to have crop functionality with minimal size. In the cropping interface i can drag one of the corners until i get the dot and...

bug

## Description ## Checklist - [ ] Tests (if applicable) - [ ] Documentation (if applicable) - [ ] Changelog stub (or use [conventional commit messages](https://www.conventionalcommits.org/))

## Description we are using upload care in web app it works fine, loading the web app using webview in android app 1. File choose was working after choosing the...

bug

## Summary I have been working on an lit-element work around for the upload-widget using the CDN. I have gotten to a place that I can load the dialog, However...

I'm running into some camera and microphone access issues in Brave browser. I see it's not on the list of officially supported browsers but I would expect support to be...

## Summary I want to open the uploader and just paste an image from the clipboard. ### Basic example They all are the same, take twitter.com for example. ### Motivation...

Currently, there is no way to cleanly destroy a Widget from the DOM, which is critical in SPA setups. The functionality exists, however, in the form of a `cleanup()` method:...

enhancement

## Summary Getting this error when i tried to get event from onDialogOpen function. ERROR TypeError: "this.widgetComponent.widget is undefined" My sample code: import { UcWidgetComponent } from '../../../../../node_modules/ngx-uploadcare-widget/release/ucWidget/ucWidget.component'; @ViewChildren(UcWidgetComponent) private...