upload file

  • Thread starter Thread starter NuB
  • Start date Start date
N

NuB

I want to allow the user to upload a file to a server from my windows form
and then display that file name in a grid. When the user clicks on the file
name i want the user to be able to open the file. I can I do that? I've done
something similiar to this in asp.net but not windows form. I'm saving the
file information in a DB but its saving where the file is be uploaded from
and not being uploaded to? How can i get the path were the file is being
stored at?
 
NuB said:
I want to allow the user to upload a file to a server from my
windows form and then display that file name in a grid. When the user
clicks on the file name i want the user to be able to open the file.
I can I do that? I've done something similiar to this in asp.net but
not windows form. I'm saving the file information in a DB but its
saving where the file is be uploaded from and not being uploaded to?
How can i get the path were the file is being stored at?

To what kind of application are uploading the file? To a web app?

Cheers,
 
I'm uploading the file from a windows app (winForm) to a shared folder on
the network. Its saving were the file is coming from but not where the file
is being stored at, in which is what I need. I need to save the location of
the destination in where the file is saved at.
 
NuB said:
I'm uploading the file from a windows app (winForm) to a shared
folder on the network. Its saving were the file is coming from but
not where the file is being stored at, in which is what I need. I
need to save the location of the destination in where the file is
saved at.

Hm... I still don't get what your problem is?

Cheers,
 

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

Back
Top