Table of Contents
- Getting Started
- EO.Pdf
- EO.Web
- EO.WebBrowser
- EO.Wpf
- Common Topics
- Reference
- .NET API Reference
- JavaScript API Reference
- EO.Web
- EO.Web
- Objects
- AJAXPostedFile Object
- AJAXUploader Object
- AJAXUploader Object
- cancel Method
- getAllowedExtension Method
- getCurrentFileName Method
- getElapsedSeconds Method
- getEstimiatedSecondsRemaining Method
- getPercentage Method
- getPostedFiles Method
- getSpeed Method
- getTotalBytes Method
- getTotalFileCount Method
- getTransferredBytes Method
- getTransferredFileCount Method
- isEmpty Method
- isRunning Method
- setAllowedExtension Method
- upload Method
- Calendar Object
- Callback Object
- ColorPicker Object
- ComboBox Object
- Control Object
- Dialog Object
- Downloader Object
- EditableLabel Object
- Editor Object
- EventInfo Object
- FileExplorer Object
- FileExplorerHolder Object
- Floater Object
- Grid Object
- GridCell Object
- GridColumn Object
- GridItem Object
- ImageZoom Object
- ListBox Object
- ListBoxItem Object
- MaskedEdit Object
- MaskedEditSegment Object
- MenuItem Object
- MultiPage Object
- NavigationItem Object
- NavigationItemGroup Object
- Navigator Object
- NavigatorEventInfo Object
- ProgressBar Object
- RangeSlider Object
- Rating Object
- ScriptEvent Object
- Slide Object
- Slider Object
- SliderBase Object
- SpellChecker Object
- Splitter Object
- SplitterPane Object
- ToolBar Object
- ToolBarItem Object
- ToolTip Object
- TreeNode Object
- TreeView Object
- Global Functions
- Event Handlers
- EO.WebEngine
- EO.Web
AJAXUploader Objects |
Client side representation of a AJAXUploader control.
Base Object
AJAXUploader
derives from
Control
and inherits all method provided by
Control.
Methods
Name | Description | |
---|---|---|
cancel | Cancel the current upload. | |
getAllowedExtension | Returns all allowed extensions separated by "|". | |
getCurrentFileName | Returns the client file name that is currently being uploaded. | |
getElapsedSeconds | Returns the number of seconds that have past since the current uploading session began. | |
getEstimiatedSecondsRemaining | Returns the estimated number of seconds for the current uploading session to finish. | |
getPercentage | Returns the percentage transferred. | |
getPostedFiles | Returns an array of AJAXPostedFile objects that represents the list of posted files. | |
getSpeed | Returns the current uploading speed in bytes per second. | |
getTotalBytes | Returns the total number of bytes for the current uploading session. | |
getTotalFileCount | Returns the total number of files being uploaded for the current uploading session. | |
getTransferredBytes | Returns the total number of bytes that have already been transferred to the server. | |
getTransferredFileCount | Returns the total number of files that have already been transferred to the server during the current uploading session. | |
isEmpty | Returns a value indicating whether any files have been selected in the uploader. | |
isRunning | Returns a value indicating whether the uploader is running. | |
setAllowedExtension | Sets all allowed extensions. | |
upload | Start the upload. |