Welcome Guest Search | Active Topics | Sign In | Register

AJAXUploader finalFileLocation Options
AndreaZ
Posted: Tuesday, June 16, 2009 12:20:35 PM
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.


eo_support
Posted: Tuesday, June 16, 2009 12:29:45 PM
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!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.