pp108 : onAfterBrowse

onAfterBrowse

This event is fired after the file is selected.

Syntax

Inline HTML <div cordysType="wcp.library.util.Upload" onAfterBrowse ="handler" />
Event Property object. onAfterBrowse = handler


Event Information

To invoke Call thebrowseWeb service operation on the object.
Default Action Initiates any action associated with this event.
Named Script onAfterBrowse


Event Object Properties


An event handler can access the event object and its properties through the eventObject available as a parameter on the handler.

Property Description
srcElement Object that denotes the Upload control. All properties of the object are available for update.
fileIndex fileIndex of the selected file.
fileValue Name of the file, which is selected.


Applies to


Upload

Related reference

Upload
onBeforeUpload
browse Operation
onupload Event
request Property
uploadFile Method