↧
[RESOLVED] File download
I have used the following code for several years and never had an issue down loading .docx file from our web site to the user. Code: Dim fi As New IO.FileInfo(FileName)...
View Article