How can move uploaded files to other server from application serve

G

Guest

Hi all,

Now,we stored uploaded files into our webserver(where the place our site is
running) by normal upload function ASP.NET ,but we brought a new server for
keeping files.

How Can we moving the uploaded files to other server (consider as
FileServer) from our application Server(Web Server).
Can any one give simple solution,

I would appericiate all.

Thanking You.

regards,
 
N

Niloday

Hi,

You can directly save the files to new server using a UNC path to a share on
the new server.

Regards,
Niloday
 

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