Skip to content

Class: cWebBaseFileUpload

Properties | Events | Methods | Index of Classes

Abstract Web Framework class for uploading files

Hierarchy

cObject > cWebBaseObject > cWebObject > cWebBaseUIObject > cWebBaseDEOServer > cWebBaseControl > cWebBaseFileUpload

Show full hierarchy and direct subclasses

Library: Web Application Class Library

Package: cWebBaseFileUpload.pkg

Mixins: cWebFileUploadMixin

Description

This abstract class contains the basic logic for uploading files within the WebApp Framework.

It is the basis for both the cWebFileUploadButton and cWebFileUploadForm classes and is not intended to be used directly within your application.