Current Behavior
Scan upload depends on WebKit features that are not supported by some browsers.
Expected Behavior
Create universal solution for scan uploading
Additional comment (optional)
Problem connected with File class and its property webkitRelativePath which is not supported in Typescript 3+ versions where webkit specific classes support were dropped.
Current Behavior
Scan upload depends on WebKit features that are not supported by some browsers.
Expected Behavior
Create universal solution for scan uploading
Additional comment (optional)
Problem connected with
Fileclass and its propertywebkitRelativePathwhich is not supported in Typescript 3+ versions where webkit specific classes support were dropped.