问题描述
大家好,
我正在检查dexExpress gridview控件中的文件上传控件。但我无法读取上传的文件。如果,任何人都可以帮助我。你会很感激。谢谢。
以下链接已被评审:
Request.Files.Count
返回0并返回PostedFiles null。
< asp:FileUpload ID =FileUpload1ViewStateMode =Enabledrunat =serverWidth =270px/>
这是控制在devExpress控件之外正常工作。
Hi Everyone,
I am checking the file upload control inside the dexExpress gridview control. But i can't able to read the Uploaded files. If , any one can help to me. Your will be appreciate. Thank you.
The following links are refereed already :
https://www.devexpress.com/Support/Center/Example/Details/E19
Request.Files.Count
Return 0 and the PostedFiles are return null.
<asp:FileUpload ID="FileUpload1" ViewStateMode="Enabled" runat="server" Width="270px" />
This is control working properly outside of the devExpress control.
这篇关于文件上载控件在devExpress控件中不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!