infinitizon
MIS
Hi again,
Hope I'm not asking too many questions?
I'm using vs2008 I need to upload a file to a remote server.
there is a folder called file on my site and I'm supposed to move all uploaded files there.
Currently, when I use the myFile.PostedFile.SaveAs() method, all works well locally. But when I upload to my remote server, there goes the issue.
I have given the folder appropriate permissions, but myFile.PostedFile.SaveAs() seems to always see my lodal directory
here it is:
Dim dirPath As String = AppDomain.CurrentDomain.BaseDirectory + "Files"
'myFile.PostedFile.SaveAs(dirPath & "/" & strFileNameOnly).
Any help appreciated
____________________
Men put up a strong face just to cover their weaknesses...good!
But a smile makes them live longer....
Which would you choose?
Think about it.
Hope I'm not asking too many questions?
I'm using vs2008 I need to upload a file to a remote server.
there is a folder called file on my site and I'm supposed to move all uploaded files there.
Currently, when I use the myFile.PostedFile.SaveAs() method, all works well locally. But when I upload to my remote server, there goes the issue.
I have given the folder appropriate permissions, but myFile.PostedFile.SaveAs() seems to always see my lodal directory
here it is:
Dim dirPath As String = AppDomain.CurrentDomain.BaseDirectory + "Files"
'myFile.PostedFile.SaveAs(dirPath & "/" & strFileNameOnly).
Any help appreciated
____________________
Men put up a strong face just to cover their weaknesses...good!
But a smile makes them live longer....
Which would you choose?
Think about it.