Image object not showing in Antdesign form values when uploading using Upload with ImgCrop
I’m trying to submit a form with an image, using AntDesign and the antd-img-crop
for cropping the image before uploading, in React.js. However, when i’m trying to send the form values to the server, in the submit function, the file is undefined
. How to fix it ?