Torna al Thread

Dim PathDB As String Dim NOmeFIle As String = Right(Me.File1.Value, Len(Me.File1.Value) - InStrRev(Me.File1.Value, "\")) Try PathDB = Server.MapPath("../" & NOmeFIle) File1.PostedFile.SaveAs(PathDB) Catch ex As Exception Me.LBL_Messaggio.Text = ex.Message Exit Sub End Try
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5