You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
When attempting to use the "Upload File" button on File Upload nothing happens.
A Javascript error is being thrown, my initial suspect is that it because files containing non ASCII files do not properly get handled when we attempt to parse in the doi-upload.js file.
This is specifically to do with uploading the data in the file, not Fabrica's ability to create metadata with UTF8
Reproduce
Create a XML file that has a description with a non ASCII character e.g. ’
Attempt to use "Upload File" button to load this file.
See the JS error in console
JS Error pasted for conveniance:
URIError: malformed URI sequence[Learn More] doi-upload.js:6:11
b64DecodeUnicode doi-upload.js:6
onload doi-upload.js:17
richardhallett
changed the title
Encoded UTF8 characters do not work with File Upload
Encoded UTF8 characters do not work using the "Upload File" in File Upload
Feb 21, 2019
Description:
When attempting to use the "Upload File" button on File Upload nothing happens.
A Javascript error is being thrown, my initial suspect is that it because files containing non ASCII files do not properly get handled when we attempt to parse in the doi-upload.js file.
This is specifically to do with uploading the data in the file, not Fabrica's ability to create metadata with UTF8
Reproduce
JS Error pasted for conveniance:
The text was updated successfully, but these errors were encountered: