gpt4 book ai didi

c# - Telerik RadUpload 浏览按钮移动到文本框下方

转载 作者:行者123 更新时间:2023-11-28 04:35:52 26 4
gpt4 key购买 nike

我正在开发一个需要 Telerik RadUpload 控件来处理文件上传的 Web 窗体应用程序。默认情况下,RadUpload 控件看起来像以下:

Current layout

但是我希望浏览按钮位于文件上传文本框的下一行,旁边还有一个附加按钮,如下所示:

Needed layout

我想知道我怎样才能做到这一点?我需要一些 CSS 来定义它的布局吗?如果是这样,我如何选择此控件?或者 WebForms 是否有自己的方式来处理布局(我对 WebForms 的经验有限)。

<telerik:RadUpload ID="tstUpload" runat="server" InitialFileInputsCount="1" MaxFileInputsCount="1" ControlObjectsVisibility="None" OverwriteExistingFiles="True"
EnableFileInputSkinning="true">
<Localization Select="<%$ Resources:Side,Test %>" />
</telerik:RadUpload>

非常感谢!

最佳答案

对 RadUpload 的官方支持已于 2013 年 6 月停止。

不要使用 RadUpload,正如文档告诉您的那样:

Caution:

RadUpload has been replaced by RadAsyncUpload, Telerik’s next-generation ASP.NET upload component.
If you are considering Telerik’s Upload control for new development, check out the documentation of RadAsyncUpload or the control’s product page.
If you are already using RadUpload in your projects, you may be interested in reading how easy the transition to RadAsyncUpload is and how you can benefit from it in this blog post.
The official support for RadUpload has been discontinued in June 2013 (Q2’13), although it is still be available in the suite.
We deeply believe that RadAsyncUpload can better serve your upload needs and we kindly ask you to transition to it to make sure you take advantage of its support and the new features we constantly add to it.

样式

这是关于 customising the rad upload 的快速分步教程.
这是关于 creating a custom RadAsyncUpload skin 的快速分步教程.

所以是的,你可以做到这一点。一些 Css 可以用于执行此操作或一个简单的 Js 添加 <br/>也可能是一个解决方案。

关于c# - Telerik RadUpload 浏览按钮移动到文本框下方,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41480047/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com