Avatar of K Feening
K Feening
Flag for Australia

asked on 

VB.net asp

Hi  I Have a
<asp:FileUpload ID="FileUpload1" runat="server" style="z-index: 1; left: 27px; top: 214px; position: absolute" />

Open in new window

asp Fileupload and would like to show the file name I want to set the path and filename when choose File is clicked
set path to for example c:\Experts and file name = testExport.xls and All Files drop down to be xl* is it possible you could do it in the vb earlier version using OpenFileDialog1.FileName and   OpenFileDialog1.Filter = "Excel Files|*.xl*" 

ASPVisual Basic.NET

Avatar of undefined
Last Comment
ste5an

8/22/2022 - Mon