Takhir
May 24th, 2006, 05:32 PM
The question is next:
I have a site that hosted on a remote server. I need the user to upload files from his own local computer to this server via .aspx page. There's a BROWSE control for selecting a file and UPLOAD button on this page.
The UPLOAD button should transmit the file from user's computer to a definite folder on my remote server. It should work like this:
...SaveAs("\\images\\file_name.jpg")
But in this case an error occured because application tries to save a file on a denied place of server.
Please help me in such question.
I have a site that hosted on a remote server. I need the user to upload files from his own local computer to this server via .aspx page. There's a BROWSE control for selecting a file and UPLOAD button on this page.
The UPLOAD button should transmit the file from user's computer to a definite folder on my remote server. It should work like this:
...SaveAs("\\images\\file_name.jpg")
But in this case an error occured because application tries to save a file on a denied place of server.
Please help me in such question.