Closed pvhuy84 closed 1 year ago
I tried use file input to preview local file, and used URL.createObjectURL to get blob file url then served it to FileReader but it was not working
@pvhuy84 Could you share your example?
I tried with ArrayBuffer and it worked!
I tried use file input to preview local file, and used URL.createObjectURL to get blob file url then served it to FileReader but it was not working