Upload and process CSV File

G

George Homorozeanu

Hi,

I have the following scenario to implement:

A CSV file should be uploaded from any computer (not only localhost) and
processed on server side (transform and insert the data from the csv in the
DB). I implemented this scenario as far as I knew. The problem is that the
csv upload works only when done from the server (localhost). What can I do?
Some sample code or ideas can help me a lot to go forther.

Thanks,
George.
 
R

Richard Myers

Id start with ensuring you have write access to the server. Just because
your app can run on the server doesn;t mean it has write access.
If your public hosting/third party then typically you'll need to request
this from their support team. If your hosting your own/corporate then speak
with your Sys Admin.

Richard
 
P

Paul Clement

¤ Hi,
¤
¤ I have the following scenario to implement:
¤
¤ A CSV file should be uploaded from any computer (not only localhost) and
¤ processed on server side (transform and insert the data from the csv in the
¤ DB). I implemented this scenario as far as I knew. The problem is that the
¤ csv upload works only when done from the server (localhost). What can I do?
¤ Some sample code or ideas can help me a lot to go forther.

Try Google:

http://www.google.com/search?source...LG,GGLG:2005-23,GGLG:en&q=file+upload+asp.net


Paul
~~~~
Microsoft MVP (Visual Basic)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,677
Members
48,796
Latest member
Greg L.

Latest Threads

Top