Unable to post picture to myPostWidget
Saikat-Mandal opened this issue · 2 comments
Saikat-Mandal commented
When I try to upload the images only the .png format is getting uploaded but not the other formats . I am getting the error ERR_UPLOAD_FILE_CHANGED .
Bot-1-0-1 commented
I got the same error before. If you find any solution please reply
killerTiger10 commented
<Dropzone
acceptedFiles=".jpg,.jpeg,.png"
multiple={false}
onDrop={(acceptedFiles) => setImage(acceptedFiles[0])}
>
Like here, you have to mention the formats in the acceptedFiles argument to allow those formats of image.