-
Lines 86-87 (https://github.com/Jahdrien/FileReader/blob/master/jquery.FileReader.js#L86-87) are required with Safari (on Windows at least) but for some reason they are currently commented out. Uncomm…
-
Good morning, while I was developing a functionality for the survey module, I noticed that the survey_question_type_binary add-on does not follow the same logic as the other standard Odoo questions, w…
-
need to make it more efficient/clean it up
-
#### Description
Using a WKWebView/UIWebView with a file input element that allows for multiple selection () doesn't work when selecting videos. This seems to be due to the fact that videos selected …
-
Hi, in the document, you said must wait till the img tag loaded then get data, but actually, when I do this, I found after img tag loaded, the getData function downloads the image again, with an xhr r…
-
Hi,
I came working with your code and I would like to make a recomendation for add support to read files from devices like phones where a XMLHttpRequest to read files will fail (application restrictio…
-
flash模式下的WUFile对象与html5模式下的不同,导致FileReader读取文件(fr.readAsDataURL(file.source)) ,报下面的错误.
Failed to execute 'readAsDataURL' on 'FileReader': parameter 1 is not of type 'Blob'.
-
Works in 2.7.2..& before. But fails in 2.7.3
```
java -jar ./jython-standalone-2.7.3.jar
Jython 2.7.3 (tags/v2.7.3:5f29801fe, Sep 10 2022, 18:52:49)
[Java HotSpot(TM) 64-Bit Server VM (Oracle Cor…
-
**Describe the bug**
We are currently leaving legacy DSpace 5.X in favor of DS7 with completely new infrastructures. We had some statistical stored as logs that we want to recover and ingest it on th…
-
I have the following code:
```ts
// Create a new instance of the FileReader
const reader = new FileReader();
// Use the FileReader to read the blob as an ArrayBuffer
reader.readAsArrayBuffer(…