1. Copy and paste this code snippet into the <head> tag:
<script>
UPLOADCARE_PUBLIC_KEY = 'YOUR_PUBLIC_KEY';
</script>
<script src="https://ucarecdn.com/libs/widget/3.x/uploadcare.full.min.js"></script>
2. Add the Uploader button anywhere on your page:
<input
type="hidden"
role="uploadcare-uploader" />
You can also install the Uploader as NPM package and Plugins or Libraries
1. Copy and paste this code snippet into the <head> tag:
<script src="https://ucarecdn.com/libs/widget/3.x/uploadcare.full.min.js"></script>
2. Add the Uploader button anywhere on your page:
<input
type="hidden"
role="uploadcare-uploader"
data-public-key="YOUR_PUBLIC_KEY" />
You can also install the Uploader as NPM package and Plugins or Libraries