Welcome Guest Search | Active Topics | Sign In | Register

File Explorer Options
OKJeff
Posted: Friday, April 3, 2015 7:47:49 PM
Rank: Newbie
Groups: Member

Joined: 4/3/2015
Posts: 1
Getting a fileuploader error document has an extention that is not allowed ( it is a word .docx).
<eo:FileExplorer ID="FileExplorer1" runat="server" RootFolder="~/Uploads" AllowedExtension=".docx|.doc|.ppt|.pptx|.png|.gif|.xls|.xlsx|"
AllowCreateFolder="True" AllowDeleteFolder="True" AllowRenameFile="True" AllowRenameFolder="True"
AllowUpload="True" AllowDeleteFile="True" EnableKeyboardNavigation="True"
MaxUploadFileSize="10000">

please advise
eo_support
Posted: Monday, April 6, 2015 10:21:43 AM
Rank: Administration
Groups: Administration

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

The AllowedExtension on the FileExplorer controls what files are listed in the Grid that displays existing files on the server. It does not control what files are allowed to be uploaded. To control the uploader, you will need to set the AllowedExtension property on the AJAXUploader control directly. You can check your .aspx source code and you should be able to find the AJAXUploader control in the FileExplorer's LayoutTemplate.

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.