good afternoon
lords programmers can be oriented by fa
I have a entry form gift requests the user must enter a photograph in the FileUpload1 up image
this my code to record the image works
Dim data As New vsolicitud
Insert Dim As New Fsolicitud
'Assign the image
Then if FileUpload1.HasFile
Using reader As New BinaryReader (FileUpload1.PostedFile.InputStream)
Dim image As Byte () = reader.ReadBytes (FileUpload1.PostedFile.ContentLength)
datos._nombre = FileUpload1.FileName
&nb ...
Go to the complete details ...