Welcome Guest Search | Active Topics | Sign In | Register

AJAXUploader and label Options
isa
Posted: Monday, March 17, 2008 1:10:57 PM
Rank: Newbie
Groups: Member

Joined: 3/17/2008
Posts: 2
Hello,
How could I put a label before each files in a AJAXUploader control (the name of the file I want) ?
Thank for your help and sorry for my english.
eo_support
Posted: Monday, March 17, 2008 1:34:03 PM
Rank: Administration
Groups: Administration

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

Thanks for posting in the forum. You would need to use this property:

http://www.essentialobjects.com/ViewDoc.aspx?t=EO.Web.AJAXUploader.PostedFileLabelFormat.html

This property specifies a format string that would be used to format the file label. You can customize it to include whatever you would like to include.

Thanks
isa
Posted: Tuesday, March 18, 2008 4:43:34 AM
Rank: Newbie
Groups: Member

Joined: 3/17/2008
Posts: 2
Hi,
Thank for your answer but I don't speak of the PostedFileLabel
I woud like to write a texte bevore each "FileUpload" imput
Exemple with standard object :
xxx xxx xx : <asp:FileUpload ID="FileUpload1" runat="server" />
xxx xxx xx : <asp:FileUpload ID="FileUpload2" runat="server" />
xxx xxx xx : <asp:FileUpload ID="FileUpload3" runat="server" />

eo_support
Posted: Tuesday, March 18, 2008 5:52:07 AM
Rank: Administration
Groups: Administration

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

I see! Unfortunately there isn't an easy way to do that. You can customize LayoutTemplate but then it will be difficult for you to align the file input with your labels. It definitely makes sense to have it though, so we will try our best to add this feature, maybe by adding a FileInputLabels property.

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.