Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > ASPImage on the fly

Reply
Thread Tools

ASPImage on the fly

 
 
Mohamed Hosam
Guest
Posts: n/a
 
      07-08-2003
I want to use ASPImage to resize photos and show them to user as thumbnails
on the fly (I do not want to save them). Any idea how to achieve this?

On their page, they advise me to use Response.BinaryWrite, so this is what I
did:

Response.ContentType = "Image/Jpeg"
Response.BinaryWrite Image.FileName

Instead of showing the image, it shows the binary contents!! Any help is
appreciated.

Mohamed Hosam



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ASPImage: bizzare concat issue Kelly ASP General 0 02-08-2006 02:38 AM
onClick in aspImage??? =?Utf-8?B?VGltOjouLg==?= ASP .Net 7 07-19-2005 02:29 PM
To Fly or not to fly? Should I move from Mozilla 1.5 to T-bird andF-bird? Daniel Steinberg Firefox 7 11-06-2003 11:31 AM
To Fly or not to fly? Should I move from Mozilla 1.5 to T-bird andF-bird? Daniel Steinberg Firefox 5 11-05-2003 06:23 AM
installing ASPImage Fredo Vincentis ASP General 1 07-08-2003 12:35 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57