hi any one explain and tell me solution for image upload using Asp .net
i am using
FileUplaod Contro(ID="Img_upload") In
windows XP Img_upload {System.Web.UI.WebControls.FileUpload}
base {System.Web.UI.WebControls.WebControl}: {System.Web.UI.WebControls.FileUpload}
FileBytes: {byte[777835]}
FileContent: {System.Web.HttpInputStream}
FileName: "Penguins.jpg"
HasFile: true
PostedFile: {System.Web.HttpPostedFile} in
windows 7 Img_upload {System.Web.UI.WebControls.FileUpload}
base {System.Web.UI.WebControls.WebControl}: {System.Web.UI.WebControls.FileUpload}
FileBytes: {byte[0]}
FileContent: {System.IO.Stream.NullStream}
FileName: ""
HasFile: false
PostedFile: null in windows & wen i click upload button FileContent: {System.IO.Stream.NullStream} , FileName: "" , HasFile: false , i cant browse image file any one give me a possible solution to this
gowthaman8870226416