I want read a local file picture via java-script in ie9 or ie8. Is that possible?
I just want to read the object and show it in
I find ie8 and ie9 partly support
<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAI
AAAFSDNYfAAAAaklEQVR42u3XQQrAIAwAQeP%2F%2F6wf8CJBJTK9lnQ7FpHGaOurt1
I34nfH9pMMZAZ8BwMGEvvh%2BBsJCAgICLwIOA8EBAQEBAQEBAQEBK79H5RfIQAAAAA
AAAAAAAAAAAAAAAAAAAAAAID%2FABMSqAfj%2FsLmvAAAAABJRU5ErkJggg%3D%3D">
I want read the binary file and transform it into above form string.
In that way I can show local picture.
I just want support ie8 and ie9. I have finished the ff part, the customer want to support ie8 and ie9
For security reasons, JavaScript doesn’t have this feature.
Because we accessing local file system. So for the security reason we can’t see folder structure or uploaded file path in JavaScript.