You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
525 B

<%@ Page Language="C#" Debug="true"%>
<%@ Register TagPrefix="fup" Namespace="OboutInc.FileUpload" Assembly="obout_FileUpload" %>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>obout ASP.NET FileUploadProgress example</title>
<link rel="stylesheet" href="example_styles/style.css" />
<script runat="server" language="c#">
void Page_load(object sender, EventArgs e)
{
if(Page.IsPostBack)
{
HttpFileCollection files = Page.Request.Files;
long total =0;