ftp uploads

B

BD

Hi, in my C# windows forms application accessing remote server, I want
to upload files to my server and store the path in my database. Both
functions are being performed within the same application. I did this
before with the same database and server with Access and was able to
change the name of the file stored on the server to a sequential
number followed by the suffix of the file. Is there a way to do this
with .Net 2.0. I have been researching this on the net for several
days and have successfully uploaded a file which is great, but I am
worried about uploading another file with the same name, thus
overwriting the original. Any idea, suggestions or examples would be
a great help.
 

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

Top