My head:
<script src="https://ucarecdn.com/libs/widget/3.x/uploadcare.full.min.js"></script>
<script src="https://ucarecdn.com/libs/widget-tab-effects/1.x/uploadcare.tab-effects.lang.en.min.js"></script>
<script>
uploadcare.registerTab('preview', uploadcareTabEffects)
</script>
BODY:
<input
type=“hidden”
role=“uploadcare-uploader”
data-public-key="*******"
data-multiple=“true”
data-tabs=“file camera url facebook gdrive gphotos”
data-effects=“crop, grayscale, sharp”
/>
So the problem is that files are uploaded instantly to uploadcare when selected from a computer. So I dont even have to press add button. The problem is that because files are instantly uploaded, image editing (crop, greyscale…) are not affected because the image is already uploaded.
I have tried everything I know, could someone help me out. So I want upload to wait that all cropping etc are done and when pressed “ADD” only then files are uploaded or at least replaced with edited ones.