Re: FileUpload
Chris Anderson <[email protected]> Tue, 4 Sep 2007 00:35:47 +0100
| Newsgroups | gmane.comp.windows.devel.dotnet.web |
|---|---|
| Message-ID | <[email protected]> |
How are you mapping the drive? If you are mapping it from your personal account, other users (for example, the ASPNET user that the web server is using) do not see the mapping -----Original Message----- From: "Lior Levy"<[email protected]> Sent: 03/09/07 18:16:10 To: "[email protected]"<[email protected]> Subject: [DOTNET-WEB] FileUpload Hello, I am trying to Upload & save a file in the web server, When I specify a physical path like: FileUpload1.SaveAs("C:\Files\" & FileUpload1.FileName)) It works fine. But when I map the drive & use something like this: FileUpload1.SaveAs("F:\foldername\" & FileUpload1.FileName)) I get the error: Could not find a part of the path F:\foldername\globalsProc.doc'. Exception Details: System.IO.DirectoryNotFoundException: Could not find a part of the path 'F:\foldern [Message truncated. Tap Edit->Mark for Download to get remaining portion.] -----Unmodified Original Message----- Hello, I am trying to Upload & save a file in the web server, When I specify a physical path like: FileUpload1.SaveAs("C:\Files\" & FileUpload1.FileName)) It works fine. But when I map the drive & use something like this: FileUpload1.SaveAs("F:\foldername\" & FileUpload1.FileName)) I get the error: Could not find a part of the path F:\foldername\globalsProc.doc'. Exception Details: System.IO.DirectoryNotFoundException: Could not find a part of the path 'F:\foldername\globalsProc.doc'. If I use this: FileUpload1.SaveAs("\\comuterName\D$\foldername\" & FileUpload1.FileName)) I get the error: The SaveAs method is configured to require a rooted path, and the path '\\comuterName\d$\foldername\globalsProc.doc'' is not rooted. I have Full NTFS control for the user on the drive. Any idea? Thanks in advance, Lior. =================================== This list is hosted by DevelopMentor® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com =================================== This list is hosted by DevelopMentor® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com