Chandra Bhushan Prasad: How to convert filr into arrary of byte and save a...

Chandra Bhushan Prasad: How to convert filr into arrary of byte and save a...: //Convert file in arrary of byte String filepath = Server.MapPath(AsyncFileUpload1.FileName); byte[] FileByteStream = File.ReadAllBytes(f...

Comments

Popular posts from this blog

HOW TO Use the NumericUpDown Control

How To Get IP & Locations details of client machine in asp.net

Get control name in Page_Load event after post back by any control