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
572 B

<%@ Page Language="VB" 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="vb">
Public Sub Page_Load(sender As Object, e As EventArgs)
If Page.IsPostBack Then
Dim files As HttpFileCollection = Page.Request.Files
Dim total As Integer =0
Dim i As Integer
For i=0 To files.Count-1 Step 1