-1
Hi, I have file upload control and upload button in my application asp:FileUpload ID="FileUpload1" runat="server" Width="250px" /> asp:Button runat="server" ID="btn_upload" Text="Upload" onclick="btn_upload_Click" i have included it in .aspx file when i browse any file using this control and click on upload button i got the connection timeout error. .this case is only with fileupload control,but if i dint browse any file and click on upload button then this error is not coming, click event of upload button(btn_upload_Click) gets fired but with Fileupload control after browsing any file click event of upload button not firing. .why this problem occurs..plz help
解決了沒有? –
感謝您的答案..實際上,這個問題是因爲瀏覽器問題 – shweta