Click here to Skip to main content
15,896,278 members

C# .ASP uploading files to SQL

jhill444 asked:

Open original thread
The bolded line of code below works when ran locally....but will not work when published to the server and ran from the web.
The error it gives is: "can't find "c:/....."
I know what it's doing....it's trying to find that path/file on the server when it needs to be looking locally.
How do I make it look locally for that file/path so it can be converted to a stream?
I'm using the .ASP fileupload button that visual studio provides.
NOTE: the word filePath below is just a variable.....as I said above, I successfully load the file completely into my SQL Database when it's ran locally. I just can't make it look locally for a file when ran from the server.


FileStream fs = new FileStream(filePath,FileMode.Open, FileAccess.Read);

Thanks for any help/advice you can provide.

Jonathan
Tags: C#, SQL

Plain Text
ASM
ASP
ASP.NET
BASIC
BAT
C#
C++
COBOL
CoffeeScript
CSS
Dart
dbase
F#
FORTRAN
HTML
Java
Javascript
Kotlin
Lua
MIDL
MSIL
ObjectiveC
Pascal
PERL
PHP
PowerShell
Python
Razor
Ruby
Scala
Shell
SLN
SQL
Swift
T4
Terminal
TypeScript
VB
VBScript
XML
YAML

Preview



When answering a question please:
  1. Read the question carefully.
  2. Understand that English isn't everyone's first language so be lenient of bad spelling and grammar.
  3. If a question is poorly phrased then either ask for clarification, ignore it, or edit the question and fix the problem. Insults are not welcome.
  4. Don't tell someone to read the manual. Chances are they have and don't get it. Provide an answer or move on to the next question.
Let's work to help developers, not make them feel stupid.
Please note that all posts will be submitted under the http://www.codeproject.com/info/cpol10.aspx.



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900