Loading excel file
Hi
I have built a program with VS2005 (ASP) and i want to load an excel spreadsheet. When testing localhost, everything appears to be ok however when i publish the project to the web server i get an error as it cannot see the file i have selected. The following else clause is always invoked.
If fs.FileExists(file_name) = True Then
Load_File(file_name, Session("username"), LError)
Else
LError.Text = "File does not exists!"
End If
Any ideas???
Thanks
Guy
|