Version 23.1 (latest)

Working with WebUpload

In This Group of Topics

Introduction

This group of topics covers configuration and other tasks related to the WebUpload™ control.

Topics

Topic Purpose

This topic explains, with code examples, how to configure the WebUpload control.

This topic explains how to configure the WebUpload HTTP Module and Handler in the web.config file.

This topic explains how to handle the client-side events raised by the WebUpload control. It also explains those events and lists the client-side and server-side error codes and upload statuses.

This topic explains how to handle the server-side events raised by the WebUpload control. It also explains the WebUpload’s UploadProgressManager class as well as FileStatus and Error enumerations.

This topic explains how to process and save upload files as either file or memory streams. A detailed procedure is provided on saving files as memory stream by individual processing of each uploaded file chunk.