I looked at you Article "Uploading In ASP.NET" By Tribikram Rath and it works great as long as you are saving the file on the local webserver. How do you save the file on a network drive? I keep getting errors about "unknown user or password" or "System.IO.DirectoryNotFoundException: Could not find a part of the path "T:4everb.jpg"." Do have any insight on this problem? Thanks.<BR>.. permissions to create files on the other server.<BR><BR>-DougI tried that but I'm still getting the following error:<BR>System.IO.DirectoryNotFoundException: Could not find a part of the path "T:4everb.jpg". at System.IO.__Error.WinIOError(Int32 errorCode, String str) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync, String msgPath, Boolean bFromProxy) at System.IO.FileStream..ctor(String path, FileMode mode) at System.Web.HttpPostedFile.SaveAs(String filename) at MethodSheetConfig.WebForm3.Upload_Click(Object Sender, EventArgs e) in \csictws503wwwroot$MethodSheetConfigWebForm3.aspx.does T:4everb.jpg exist?