Closed geoffroy-destaintot closed 3 years ago
This problem has nothing to do with woleet-weblibs but is more of a Javascript/Windows issue. Apply following code on files with too long paths, and the selected file size will be 0, which is a bug.
<html>
<head>
<script>
function selected(files) {
console.log('###', files)
}
</script>
</head>
<body>
<input type="file" webkitdirectory directory onchange="selected(files)">
</body>
</html>
Description
When files have too long file paths, Woleet hasher never starts (no event is triggered - start, error, etc...).
To reproduce the problem, please see attached :
Additional info :
Attachments
Short path works
Long paths don't work
angularjs app
debug-too_long_file_paths.zip