Hi all,
I am new here, need your help to resolve the issue, i want to download the file from server which will be around 4-10 GB, but getting error while downloading. the below mentioned code is working for the file only in MB,
Request you to kindly help me in fixing the same
aspx and cs code is as below
CS.ASPX PAGE
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="CS.aspx.cs" Inherits="CS" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<asp:FileUpload ID="FileUpload1" runat="server" / ...
Go to the complete details ...