文件上载控件在devExpress控件中不起作用

文件上载控件在devExpress控件中不起作用

本文介绍了文件上载控件在devExpress控件中不起作用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,



我正在检查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控件中不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-20 20:55