Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
1.50/5 (2 votes)
See more:
Hi,

Can use the C1Upload in saving photo as binary in the database without using Silverlight?

Yes, I am having hard time in figuring this problem. Can you help me? Thanks
Posted
Comments
OriginalGriff 1-Sep-11 3:24am    
Never used the C1Upload class, but it's pretty simple with the standard upload control: which bit are you having difficulties with?
Matt Jun 9-Sep-11 2:03am    
the Uploading to database part. I actually saved it to the database. But I saved it first to a folder then I fetch it using different button. and whoala save to database. I actually want to be more simple. On click of the Upload button. SAVED! to database. nothing to click more.

1 solution

 
Share this answer
 
Comments
Matt Jun 11-Sep-11 23:18pm    
yeah I've done this in a Window Application using C# alone, But now I am developing web app which I want to show Image from Binary image in the database.
Morgs Morgan 12-Sep-11 2:47am    
See here:
http://www.codeproject.com/KB/recipes/ImageConverter.aspx

Otherwise just google converting image from byte array.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900