Alex Chernenko

Results 17 comments of Alex Chernenko

@rsedykh I solved it this way ```js const widget = uploadcare.Widget("[role=uploadcare-uploader]"); widget.onDialogOpen((dialog) => { function uploadFromClipboard(e) { let data = e.clipboardData; if (!!data && !!data.items.length) { // check if clipboard...

@pezza3434 do you know what type of OneDrive account the customer uses? Is it a personal or business account?

Hi @sdcaulley, From the screenshot, it looks like widget styles are not applied to its elements. The library adds a tag to the DOM, so it needs to be moved...

Hi! Do you consider upgrading to version 3? If you still want to use v2, I can suggest using the last version 2.10.4. If this doesn't help, let me know.

We tried, but couldn't reproduce the issue. There are no other reports on this from our customers. Is it possible to get the file from your client, that causes the...

@flexyford Thanks for the details. We need some time to check this. I'll keep you updated.

@flexyford It seems this issue is related to iCloud. It doesn't return file size of some files: https://forums.developer.apple.com/thread/67861 We reported on this, but haven't got any response yet. The same...

@caseyjenks we checked again, and it seems we were wrong about that it depends on non-ASCII symbols in a filename. iCloud just doesn't return file size for random files.

Hi @TwunTee Can you tell me more about the workflow? Are you using a widget with the "multiple" mode enabled or a user uploads files one by one? What happens...