Rank: Advanced Member Groups: Member
Joined: 10/20/2008 Posts: 75
|
Hello, I've to upload file an a different Server. How can I?
<eo:AJAXUploader ID="AJAXUploader1" runat="server" FinalFileLocation="P:\" Rows="3" TempFileLocation="~/eo_tmp" Width="250px"> </eo:AJAXUploader>
Can FinalFileLocation to be a ip address like "192.168.0.11\files" or a mapped folder like example "P:\" ?
thanks.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
AJAXUploader doesn't care whether it's a local file or a remote share. Your Windows file system cares due to your permission settings. As a test, you can try to directly create a file at the given location in your code. If that works, then AJAXUploader will work. Otherwise it will not and you will need to go through your NT permission configuration to grant enough permission to that path.
Thanks!
|