Cocoon's Posts
Nairaland Forum › Cocoon's Profile › Cocoon's Posts
1 2 (of 2 pages)
its pretty easy inserting and retrieving images in asp.net For insertion Using System.IO; protected System.Web.UI.HtmlControls.HtmlInputFile ScannedDocument; //file dialog for inserting the image BinaryReader rd; rd=new BinaryReader(ScannedDocument.PostedFile.InputStream); byte[] img = rd.ReadBytes(ScannedDocument.PostedFile.ContentLength); // image to insert string docname=ScannedDocument.PostedFile.FileName.Substring(ScannedDocument.PostedFile.FileName.LastIndexOf(@"\" +1); // image name |
Honey , pls be honest ,who do u actually have in mind? And why? |
Or better still. Partition ur disk into 4 . C,D,E,F install widows xp on C Install ubuntu on E and F E for the root F for the swap have a nice day |
am an asp.net developer .am an asp.net developer |
i can put u thru on webdesigning ,u can call me |
1 2 (of 2 pages)
+1); // image name