felixrieseberg / felixrieseberg/React-Dropzone-Component
Inappropriate file formats are attached on the android phone
- Dominant language
- JavaScript
- Stars
- 999
- Forks
- 148
- PR merge metrics
- No merged PRs in 30d
Description
Invalid fb2 file format is attached only in android browsers.
my configs:
```
djsConfig = {
maxFilesize: 20,
maxThumbnailFilesize: 20,
acceptedFiles: 'application/pdf,application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/msword,image/bmp,image/jpeg,image/png,image/gif',
dictRemoveFile: 'x',
addRemoveLinks: true,
autoProcessQueue: false,
autoQueue: false,
};
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the upload with an fb2 file in an Android browser using the shown djsConfig, then trace how acceptedFiles is validated in the React Dropzone integration. Done means fb2 files are rejected consistently on Android while the listed formats remain accepted.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, javascript, react
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 28/100