Welcome Guest Search | Active Topics | Sign In | Register

Question for Ajaxuploader Options
WebReprice
Posted: Thursday, November 13, 2008 7:41:03 AM
Rank: Member
Groups: Member

Joined: 10/17/2008
Posts: 20
Hi

I want one label with the Delete Button which should be disabled and will be Enabled when the Delete Button get enabled. (Delete Selected File(s) Button which gets enabled when user click on Upload button)

How can I do this, do you have any idea?

I have added the label before delete button but it is always visible, what to do if I want it disable and get enabled with that delete button.

following is the code where I have added the label
<eo:AJAXUploader ID="AJAXUploader1" runat="server" Width="600px" TempFileLocation="C:\Test\Test2\"
Rows="3" MaxDataSize="100000" AllowedExtension=".tif|.pdf|.doc|.jpeg|.jpg" OnFileUploaded="AJAXUploader_FileUploaded" >
<LayoutTemplate>
<table border="0" cellpadding="2" cellspacing="0" width="600px" class="normalBlack">
<tr>
<td>
<asp:PlaceHolder ID="InputPlaceHolder" runat="server">Input Box Place Holder</asp:PlaceHolder>
</td>
</tr>
<tr>
<td align="right">
<asp:Button ID="UploadButton" runat="server" Text="Upload" />
</td>
</tr>
<tr>
<td>
<eo:ProgressBar ID="ProgressBar" runat="server" ControlSkinID="Windows_XP">
</eo:ProgressBar>
</td>
</tr>
<tr>
<td>
<asp:PlaceHolder ID="ProgressTextPlaceHolder" runat="server">Progress Text Place Holder
</asp:PlaceHolder>
</td>
</tr>
<tr>
<td align="right">
<asp:Button ID="CancelButton" runat="server" Text="Cancel" />
</td>
</tr>

<tr>
<td>
<div class="textWhite">Use the “Browse” buttons to select more files to upload.</div><br />
<asp:Button ID="btnUpload" runat="server" CssClass="text_xx-small" Height="23px" Width="72px" Text="Submit"></asp:Button><br />
<asp:label runat="server" ID="lblFileMsg" CssClass="textWhite">Remove unwanted file(s) prior to submission by checking the corresponding check box(es) next to the file name.</asp:label>

<asp:PlaceHolder ID="PostedFilesPlaceHolder" runat="server">Posted Files Place Holder
</asp:PlaceHolder>
</td>
</tr>
<tr>
<td align="right">
<asp:Button ID="DeleteButton" runat="server" Text="Delete Selected Files" />
</td>
</tr>
</table>
</LayoutTemplate>
</eo:AJAXUploader>

Thanks,
eo_support
Posted: Thursday, November 13, 2008 8:10:30 AM
Rank: Administration
Groups: Administration

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

Please see this post for the answer to your question:

http://www.essentialobjects.com/Forum/Default.aspx?g=posts&t=2321

Make sure that you have the latest version first. This feature didn't exist in early versions.

Thanks!
WebReprice
Posted: Thursday, November 13, 2008 8:22:23 AM
Rank: Member
Groups: Member

Joined: 10/17/2008
Posts: 20
I have a build 6.0.44.2, it is not working with this? which build i need for it? can I get it?
eo_support
Posted: Thursday, November 13, 2008 8:30:40 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,088
Please always check our download page for the latest versions.
WebReprice
Posted: Thursday, November 13, 2008 9:07:16 AM
Rank: Member
Groups: Member

Joined: 10/17/2008
Posts: 20
Thanks for such a quick response. we will be buying it next week, is there any blackfriday deal for this components :) ? Just kidding..have a nice day


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.