Hi!
I have an application that uploads files.The files are uploaded in a folder(called upload) where the asp script is.The code:
Could I save the files to a different server?(different than the one running the asp script)
I have an application that uploads files.The files are uploaded in a folder(called upload) where the asp script is.The code:
Code:
objUpload.File(x).SaveToDisk(Server.MapPath("upload"), "")
Could I save the files to a different server?(different than the one running the asp script)