I have a FileUpload control (and it's not inside an UpdatePanel ) and its hasFile property is always False. < asp :FileUpload ID=\"certificateUploader\" runat=\" server \"/>
<input id="filMyFile" type="file" runat="server"></input>
In code save file to server:
Hope this will solve your problem
In code save file to server: