Getting Started with CldUploadButton
Basic Usage
<UploadButton
options={{
uploadPreset: 'next-cloudinary-unsigned'
}}
onUpload={(error, result) => {
/* Do Something With the Error or Result */
}}
className={styles.button}
>
<span>Upload Image</span>
</UploadButton>