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.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
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.htmlThis 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
|
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" />
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
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
|