开发者

Icefaces graphicImage supported filetypes

开发者 https://www.devze.com 2022-12-24 04:07 出处:网络
Which 开发者_开发技巧image filetypes are supported when you pass through a byte[]?In fact, just anything which matches image/*. See here for a list. You\'re only dependent on the webbrowser/client use

Which 开发者_开发技巧image filetypes are supported when you pass through a byte[]?


In fact, just anything which matches image/*. See here for a list. You're only dependent on the webbrowser/client used whether it supports the image type.

By the way and to be sure: you can't let the value point to a byte[]. It must point to an URL which returns the byte[] in question. A servlet is perfectly suitable for this. Here is a basic example.

0

精彩评论

暂无评论...
验证码 换一张
取 消