-
Notifications
You must be signed in to change notification settings - Fork 39
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
MDS-3074: Accept shape files for NoW file uploads #1537
MDS-3074: Accept shape files for NoW file uploads #1537
Conversation
…used an issue--fix it
Review Reminders
|
@@ -53,7 +53,7 @@ class FileUpload extends React.Component { | |||
chunkSize: this.props.chunkSize, | |||
metadata: { | |||
filename: file.name, | |||
filetype: file.type, | |||
filetype: file.type || "application/octet-stream", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May be "application/octet-stream" can be moved to constants. What do you think?
Not sure what the heck happened but it's resorted back to not working--so I'll have to take another look. :/
@@ -44,7 +44,7 @@ | |||
"react": "^16.13.1", | |||
"react-async-script-loader": "^0.3.0", | |||
"react-dom": "^16.13.1", | |||
"react-filepond": "^7.0.1", | |||
"react-filepond": "^7.1.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have you verified if filepond works correctly after this change? Especially the inspector signature upload?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, it works!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯
Main
Other
Screenshots
Notes