Copying files from an asp.net application

  • Thread starter Thread starter Luis Esteban Valencia
  • Start date Start date
L

Luis Esteban Valencia

Can I make that?
I have an upload controld. I already implemented the uploading to the first
server, I want that when it finished, it copies the file to another server.
Is that possible?

Thanks in advance
 
Can you just put the server's into an array or reference table, then loop
through each server when you do the upload?
 
Back
Top