Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to post picture to myPostWidget #42

Open
Saikat-Mandal opened this issue Mar 4, 2023 · 2 comments
Open

Unable to post picture to myPostWidget #42

Saikat-Mandal opened this issue Mar 4, 2023 · 2 comments

Comments

@Saikat-Mandal
Copy link

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
Copy link

I got the same error before. If you find any solution please reply

@killerTiger10
Copy link

<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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants