Hello all

I am dealing with this problem. I need to attach files from my desktop and store a copy of it in server and the url of the file location should be stored in a database. Can this be done using C#? please suggest me how to do it or point me to right resources.

Thank you

This is a relatively simple task in C#. Copying files from one place to another can be done using either of the File.Copy methods depending on your needs. Reading and writing from the database in C# is also straight forward. There are many tutorials out there, Google should provide many links.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.