Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post May 11, 2012 01:32 AM by eli2011
Member
106 Points
78 Posts
May 11, 2012 12:56 AM|LINK
yes the err is on the server.mappath
May 11, 2012 12:59 AM|LINK
dahla You are getting the error in the server.mappath line and not in the saveas line, correct? Markfitzme is probably refering to drivemapping and not server.mappath
You are getting the error in the server.mappath line and not in the saveas line, correct?
Markfitzme is probably refering to drivemapping and not server.mappath
Can i do ip address in the saveas line ???
May 11, 2012 01:32 AM|LINK
FileUpload1.SaveAs(FilePath) FileUpload1.SaveAs("\\192.168.1.240\backup\" + FileName)
This way I load it first to local IIS folder and then load it to my other server. that way i can process it on the IIS and on my SQL server. Thank you everyone for the ideas.
eli2011
Member
106 Points
78 Posts
Re: Failed to map the path '/192.168.1.xxx/upload/filename.txt'
May 11, 2012 12:56 AM|LINK
yes the err is on the server.mappath
eli2011
Member
106 Points
78 Posts
Re: Failed to map the path '/192.168.1.xxx/upload/filename.txt'
May 11, 2012 12:59 AM|LINK
Can i do ip address in the saveas line ???
eli2011
Member
106 Points
78 Posts
Re: Failed to map the path '/192.168.1.xxx/upload/filename.txt'
May 11, 2012 01:32 AM|LINK
FileUpload1.SaveAs(FilePath) FileUpload1.SaveAs("\\192.168.1.240\backup\" + FileName)This way I load it first to local IIS folder and then load it to my other server. that way i can process it on the IIS and on my SQL server. Thank you everyone for the ideas.