See Also

FileUploadEventArgs Class  | FileUploadEventArgs Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

filePath
Path of the file as sent by the browser.
savedFilePath
Path of the file as saved on the server.
exception
Exceptions that occurred during the file upload.
userMessage
Message to show the user after the upload.
See Also Languages PowerWEB TextBox for ASP.NET

FileUploadEventArgs Constructor

Dart.PowerWEB.TextBox Namespace > FileUploadEventArgs Class : FileUploadEventArgs Constructor (FileUploadEventArgs)

Creates a new instance of FileUploadEventArgs.

[Visual Basic]
Public Function New( _    ByVal filePath As String, _    ByVal savedFilePath As String, _    ByVal exception As Exception, _    ByVal userMessage As String _ )
[C#]
public FileUploadEventArgs(    string filePath,    string savedFilePath,    Exception exception,    string userMessage );
[C++]
public: FileUploadEventArgs(    string* filePath,    string* savedFilePath,    Exception* exception,    string* userMessage )
[C++/CLI]
public: FileUploadEventArgs(    String^ filePath,    String^ savedFilePath,    Exception^ exception,    String^ userMessage )

Parameters

filePath
Path of the file as sent by the browser.
savedFilePath
Path of the file as saved on the server.
exception
Exceptions that occurred during the file upload.
userMessage
Message to show the user after the upload.

Remarks

A new object of this type is created and passed into the event handler of the HtmlBox.FileUpload event.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

FileUploadEventArgs Class  | FileUploadEventArgs Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.