Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Transferring byte[] from FileUpload to asp:image

Status
Not open for further replies.

hjmc

Technical User
Nov 20, 2002
38
GB
When I acquire a jpg image from a client I would like show this image in an asp:image (or an html image).

Can some tell me how to get the uploaded byte[] into an image control.

Many thanks
 
+1 for marks idea. there are many example of this on the web. most commonly displaying an image from a database. in your scenario replace the database with source of the required image.

Jason Meckley
Programmer
Specialty Bakers, Inc.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top