Welcome Guest Search | Active Topics | Sign In | Register

AjaxUploader can't be disable Options
Philipp Jenni
Posted: Monday, December 21, 2015 2:28:18 PM
Rank: Advanced Member
Groups: Member

Joined: 6/9/2007
Posts: 98
Hi,

If i set Enabled=false in ASPX Markup the Uploader doesn't disable the Choose Button.
When i click on the button, the file selection dialog will be opened.

Can you fix this issue?

Here my example code:

Code: HTML/ASPX
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Blank.aspx.cs" Inherits="JNetwork.WebAppBase.Blank" %>

<%@ Register Assembly="EO.Web" Namespace="EO.Web" TagPrefix="eo" %>

<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title></title>
</head>
<body>
    <form id="form1" runat="server">
        <div>
            <eo:AJAXUploader ID="auTest" runat="server" Enabled="false" />
        </div>
    </form>
</body>
</html>


Code: C#
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;

namespace JNetwork.WebAppBase
{
    public partial class Blank : System.Web.UI.Page
    {
        protected void Page_Load(object sender, EventArgs e)
        {
            this.auTest.TempFileLocation = Server.MapPath("~/");
        }
    }
}


Teste in IE, FF and Chrome
eo_support
Posted: Wednesday, December 23, 2015 10:57:39 AM
Rank: Administration
Groups: Administration

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

We have posted a new build that should fix this issue. Please see your private message for the download location.

Thanks!
Philipp Jenni
Posted: Wednesday, December 23, 2015 12:48:08 PM
Rank: Advanced Member
Groups: Member

Joined: 6/9/2007
Posts: 98
Your fix works

Thansk
eo_support
Posted: Wednesday, December 23, 2015 1:12:50 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,229
Great. Thanks for confirming the fix!


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.