Home » 2012 » October » 05

Archive for October 5, 2012

Multiple file upload – VB.NET

Code behind only Imports System.IO Imports System.Web.UI Imports System.Data.Sql Imports System.Data.SqlClient ‘define public classes/share them on page Public ImgUpConf1 As String ‘displays img after success. upload Public ImgUpConf2 As String ‘ ” Public BadImgFormat As String ‘passing banned file ext msg to page Public NoImage As String = “no_image.jpg” ‘default image no image jpg Public […]