| | |
help in data table object
Please support our VB.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Nov 2008
Posts: 16
Reputation:
Solved Threads: 2
Hi.
You can try this method. "FileUpload1" is server-control.
Good luck
Protected Sub cmdOK_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles cmdOK.Click
Dim _fileName As String = Request.PhysicalApplicationPath & FileUpload1.FileName
Dim _byte() As Byte = FileUpload1.FileBytes()
Dim _file As New IO.FileStream(_fileName, IO.FileMode.Create)
For _i As Integer = 0 To _byte.Length - 1
_file.WriteByte(_byte(_i))
Next
_file.Close()
'-----------------------
' DO SOMETHING
End Sub
You can try this method. "FileUpload1" is server-control.
Good luck
Protected Sub cmdOK_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles cmdOK.Click
Dim _fileName As String = Request.PhysicalApplicationPath & FileUpload1.FileName
Dim _byte() As Byte = FileUpload1.FileBytes()
Dim _file As New IO.FileStream(_fileName, IO.FileMode.Create)
For _i As Integer = 0 To _byte.Length - 1
_file.WriteByte(_byte(_i))
Next
_file.Close()
'-----------------------
' DO SOMETHING
End Sub
![]() |
Similar Threads
- How to check data type (Visual Basic 4 / 5 / 6)
- How to Update a Data Table? (ASP.NET)
- Navigation (Paging) in HTML table in VB.NET. (VB.NET)
- Help with data grid please (VB.NET)
- problem with entering data in datagrid (VB.NET)
- insert data from one form into two diffent database table (JSP)
- converting and sending data problem (C#)
- converting data in a table into csv (comma separated) file (VB.NET)
- Datagrid to draw a table (C#)
Other Threads in the VB.NET Forum
- Previous Thread: database connection for sql server 5.0 and vb.net
- Next Thread: Maze Game
Views: 738 | Replies: 4
| Thread Tools | Search this Thread |
Tag cloud for VB.NET
.net .net2008 2005 2008 access account application arithmetic array arrays basic bing button buttons c# center check checkbox code convert crystalreport data database datagrid datagridview date dissertation dissertations dropdownlist excel fade file-dialog filter ftp generatetags google gridview hardcopy images inline input insert intel internet listview mobile monitor net networking objects output panel passingparameters picturebox picturebox1 port position print printing problem project read remove save searchbox searchvb.net select serial shutdown soap sorting survey syntax table tcp temperature text textbox timer timespan toolbox trim update user validation vb vb.net vb.netformclosing()eventpictureboxmessagebox vb2008 vbnet view visual visualbasic visualbasic.net visualstudio2008 web webbrowser winforms wpf year





