문제

Does IE 9 support Base64 image encoding?

도움이 되었습니까?

해결책

Do you mean base64 encode data:uri ? IE8 supports it with limitations - the data can only be max 32K. So, IE9 would definitely support it.

See the wikiepedia article on this subject.

다른 팁

As IE 9 is not released yet (just beta version) we cannot strongly say Yes but if nothing changes until its release date, it will support it.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top