Previous PageNext Page

11.2 Chili!Upload (File Upload Component)

The Chili!Upload 1.0 ActiveX Control enables users to save files uploaded by site visitors to the server.

11.2.1.1 Registry Settings

The control makes use of no registry settings.

11.2.1.2 Control Reference

The Chili!Upload 1.0 ActiveX Control is registered with the ProgId of "Chili.Upload.1". The following VBScript excerpt shows creating an instance of the control.

Set report = Server.CreateObject( "Chili.Upload.1" )

The Chili!Upload 1.0 ActiveX Control exposes the following properties and methods.

11.2.1.3 Properties

  • AllowOverwrite
  • SizeLimit
  • FileSize
  • SourceFileName
  • SourceFileExtension

11.2.1.4 Methods

  • SaveToFile

  • Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page