由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - dynamic image from database
相关主题
serialization problem请教:asp.net 如何使两个validation有顺序的执行
another good bookRequiredFieldValidator是什么时候做validate的?
how to write an object into xml with c#那个Control可以做这个事情?
Event trackingAny good control to composite images in C#?
.exe.config 是只读的吗?如何从memory里提出image?
please help me...image with RadioButtonList c#
javascript question: possible to know when option items are added to a display images (c#)
dynamic如何 serialization 和deserialization hash table ?
相关话题的讨论汇总
话题: image话题: database话题: file话题: dynamic话题: imageurl
进入DotNet版参与讨论
1 (共1页)
c*o
发帖数: 70
1
I am going to display a image dynamically in a WebControl.image. The image
content will be retrieved from a database as byte array. It is OK if I
serialize them into a temporary image file, and then set the imageURL property
of the WebControl.image to the file. But there be lead to some problem, for
instance, when multiple users access the web page, the temporary image file
will be shared and messed up. If the image files are serialized with different
names, there will be disk storage overhead.
b*e
发帖数: 3845
2
when u retreve the file from database, why not save it as a unique name that
no two sessions will collide, and programatically set the imageURL
property?

【在 c*o 的大作中提到】
: I am going to display a image dynamically in a WebControl.image. The image
: content will be retrieved from a database as byte array. It is OK if I
: serialize them into a temporary image file, and then set the imageURL property
: of the WebControl.image to the file. But there be lead to some problem, for
: instance, when multiple users access the web page, the temporary image file
: will be shared and messed up. If the image files are serialized with different
: names, there will be disk storage overhead.

1 (共1页)
进入DotNet版参与讨论
相关主题
如何 serialization 和deserialization hash table ?.exe.config 是只读的吗?
问一道算法题please help me...
Does C++ have serializer and deserialzierjavascript question: possible to know when option items are added to a
Boost.Serialization no longer maintained?dynamic
serialization problem请教:asp.net 如何使两个validation有顺序的执行
another good bookRequiredFieldValidator是什么时候做validate的?
how to write an object into xml with c#那个Control可以做这个事情?
Event trackingAny good control to composite images in C#?
相关话题的讨论汇总
话题: image话题: database话题: file话题: dynamic话题: imageurl