Welcome Guest Search | Active Topics | Sign In | Register

file uploader Options
minh erickson
Posted: Sunday, October 12, 2008 10:14:58 PM
Rank: Member
Groups: Member

Joined: 9/16/2008
Posts: 11
I am not sure why Toolbar Item command=upload does not upload the file and refresh the file list?

<eo:FileExplorer id="FileExplorer1" runat="server" RootFolder="~/dwcdata/K300"
AllowedExtension = ".jpg|.bmp|.gif|.tif|.jpeg|.png|.pdf|.doc|.txt"
AllowUpload="True"
ClientSideOnFileSelected="Select_File"
EnableKeyboardNavigation="True"
TargetControl="TextBox1"
MaxUploadFileSize="1000000" DemoMode="True">
......

<Items>
<eo:ToolBarItem ImageUrl="00101057" Text="Thumbnail View" CommandName="ThumbnailView"></eo:ToolBarItem>
<eo:ToolBarItem ImageUrl="00101058" Text="Grid View" CommandName="GridView"></eo:ToolBarItem>
<eo:ToolBarItem ImageUrl="00101056" Text="Upload Attachment" CommandName="Upload"></eo:ToolBarItem>
<eo:ToolBarItem ImageUrl="00101056" Text="Cancel Upload" CommandName="CancelUpload"></eo:ToolBarItem>
</Items>

eo_support
Posted: Monday, October 13, 2008 5:02:19 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

Your code looks fine to us. Does it work in the demo project?

Thanks
minh erickson
Posted: Monday, October 13, 2008 8:54:38 AM
Rank: Member
Groups: Member

Joined: 9/16/2008
Posts: 11
Yes, so I am not sure what caused it not to update and refresh
eo_support
Posted: Monday, October 13, 2008 9:02:01 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

You can try to get the uploader alone to work in a blank page first by following documentation at here:

http://www.essentialobjects.com/ViewDoc.aspx?t=AJAXUploader%2foverview.html

Once you have that working in your project, you can then try the FileExplorer again. If the problem continues, we will need you to create a test project that demonstrates the problem so that we can load and run at here.

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.