We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
see SolidOS/folder-pane#5
on resource creation solid-ui in https://github.com/solid/solid-ui/blob/master/src/widgets/dragAndDrop.js/uploadFiles check if contentType match file extension L170-173
contentType match file extension
var extension = mime.extension(theFile.type) if (theFile.type !== mime.lookup(theFile.name)) { suffix = '_.' + extension console.log('MIME TYPE MISMATCH -- adding extension: ' + suffix)
The same control is made in NSSv5.2.0 in resource-mapper.mapUrlToFile L108-110 The control should be deleted from solid-ui
The text was updated successfully, but these errors were encountered:
PR #147
Sorry, something went wrong.
No branches or pull requests
see SolidOS/folder-pane#5
on resource creation solid-ui in https://github.com/solid/solid-ui/blob/master/src/widgets/dragAndDrop.js/uploadFiles check if
contentType match file extension
L170-173The same control is made in NSSv5.2.0 in resource-mapper.mapUrlToFile L108-110
The control should be deleted from solid-ui
The text was updated successfully, but these errors were encountered: