How to Send an htmx Request Including Cropped Image Data File (Cropped Using Alpine.js Single Upload with Croppie)?
I am working on a project where I need to upload an image, allow users to crop it, and then send the cropped image data file using an htmx request. I am using Alpine.js for the UI interactions and Croppie for the image cropping functionality. Backend is django and the queryset while sending the image is :
<QueryDict: {‘image’: [‘undefined’]}>