How can move uploaded files to other server from application serve

  • Thread starter Thread starter Guest
  • Start date Start date
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,
 
Hi,

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

Regards,
Niloday
 
Back
Top