Hi
I am saved my Document in server By the follwing code
coding......... ...
If fupLoadDoc.HasF ile Then
Dim reader As BinaryReader = New BinaryReader(fu pLoadDoc.Posted File.InputStrea m)
Dim byt() As Byte = reader.ReadByte s(fupLoadDoc.Po stedFile.Conten tLength)
''objVLEAttache Doc.Documentimg = byt
dtDoc.Rows(intr r).Item(3) = byt
objVLEAttacheDo c.Documentimg = dtDoc.Rows(intr r).Item(3)
Else
dtDoc.Rows(intr r).Item(3) = System.DBNull.V alue
objVLEAttacheDo c.Documentimg = dtDoc.Rows(intr r).Item(3)
End If
This save the Document on the server successfully
now problem is that i want to open that document
so how can i ............... .
plz help me............. ............... .
Rohit Jain
I am saved my Document in server By the follwing code
coding......... ...
If fupLoadDoc.HasF ile Then
Dim reader As BinaryReader = New BinaryReader(fu pLoadDoc.Posted File.InputStrea m)
Dim byt() As Byte = reader.ReadByte s(fupLoadDoc.Po stedFile.Conten tLength)
''objVLEAttache Doc.Documentimg = byt
dtDoc.Rows(intr r).Item(3) = byt
objVLEAttacheDo c.Documentimg = dtDoc.Rows(intr r).Item(3)
Else
dtDoc.Rows(intr r).Item(3) = System.DBNull.V alue
objVLEAttacheDo c.Documentimg = dtDoc.Rows(intr r).Item(3)
End If
This save the Document on the server successfully
now problem is that i want to open that document
so how can i ............... .
plz help me............. ............... .
Rohit Jain
Comment