FineUI 官方论坛
标题:
专业版UEditor编辑器和FileUpload文件上传不能一起使用
[打印本页]
作者:
SharonChen
时间:
2016-4-3 09:44
标题:
专业版UEditor编辑器和FileUpload文件上传不能一起使用
本帖最后由 SharonChen 于 2016-4-3 10:45 编辑
页面里面内容很简单:
<f:Form ID="SimpleForm1" runat="server" ShowBorder="false" ShowHeader="false" BodyPadding="5px" LabelAlign="Right">
<Items>
<f:FormRow runat="server">
<Items>
<f:HiddenField ID="editSID" runat="server"></f:HiddenField>
</Items>
</f:FormRow>
<f:FormRow runat="server">
<Items>
<f:TextBox ID="tbxTLTitle" Label="标 题" LabelWidth="80px" ShowRedStar="true" Required="true" runat="server"></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow runat="server">
<Items>
<%--<f:Image ID="tLImage" CssClass="photo" runat="server"></f:Image>
<f:FileUpload runat="server" ID="filePhoto" ButtonText="上传图片" ButtonIcon="ImageAdd"
AutoPostBack="true" OnFileSelected="filePhoto_FileSelected"></f:FileUpload>--%>
</Items>
</f:FormRow>
<f:FormRow runat="server">
<Items>
<f:HtmlEditor runat="server" ID="tbxContent" Editor="UEditor" BasePath="~/res/ueditor/" ToolbarSet="Full" Height="400px">
</f:HtmlEditor>
</Items>
</f:FormRow>
<f:FormRow runat="server" Hidden="true">
<Items>
<f:TextArea ID="tbxMemo" runat="server" Label="备 注" LabelWidth="80px" Height="80px"></f:TextArea>
</Items>
</f:FormRow>
</Items>
</f:Form>
复制代码
提交到后台的话, 一直没反应,把上传控件注释就ok了
作者:
sanshi
时间:
2016-4-3 13:06
已测试,没发现问题。
请基于专业版空项目重现问题,并在上班时间发给专业版客服QQ
作者:
SharonChen
时间:
2016-4-3 15:55
还真是挺奇怪的,上午怎么提交都不行,下午突然就正常了
欢迎光临 FineUI 官方论坛 (https://www.fineui.com/bbs/)
Powered by Discuz! X3.4