[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.mobile

Image component using a stream

Tony Rivron

11/23/2006 11:42:00 PM


Is there any way to stream an image directly to the browser on a phone,
instead of having to create the file on the web server. E.g. Showing an
image from a database.

Thanks

TonyR

2 Answers

Jay

11/27/2006 6:19:00 AM

0



"Tony Rivron" wrote:

>
> Is there any way to stream an image directly to the browser on a phone,
> instead of having to create the file on the web server. E.g. Showing an
> image from a database.
>
> Thanks
>
> TonyR
>

Yes you can store into database and later you can retrieve it while
displaying on the WAP or WEB page
>

Tony Rivron

11/28/2006 11:32:00 PM

0

Any idea how? The standard image component only accepts a url.

Thanks


On 27/11/06 06:19, in article
48B162AD-37F5-4D20-8882-456D63CFF612@microsoft.com, "Jay"
<Jay@discussions.microsoft.com> wrote:

>
>
> "Tony Rivron" wrote:
>
>>
>> Is there any way to stream an image directly to the browser on a phone,
>> instead of having to create the file on the web server. E.g. Showing an
>> image from a database.
>>
>> Thanks
>>
>> TonyR
>>
>
> Yes you can store into database and later you can retrieve it while
> displaying on the WAP or WEB page
>>