Hi all,
Thanks in advance for help. I’m connecting uploadcare to webflow for users to upload files. As I want to allow multiple files upload at once, I used the doc from uploadcare to update
But I can’t seem to make it work no matter how I do it…
<input
type=“hidden”
role=“uploadcare-uploader”
name=“my_files”
data-multiple=“true”
data-tabs=“file camera url gdrive”
Above is the code, and I’d appreciate if you can help us fix the issue. Thanks!