This documentation is for the old version. Go to the latest Upload Suite docs

ImageUploader Methods

Supported in: ActiveX , Java

Methods

NameDescription
Public eventSupported in Java AddCookie Adds specified cookies to the upload request.
Public eventSupported in ActiveXSupported in Java AddField Adds a POST field with specified name and value to the request submitted to the server.
Public eventSupported in ActiveXSupported in Java AddFiles Opens the standard Open File dialog so that the user could select files for upload. In other words it works in the same manner as if the Add Files button were clicked.
Public eventSupported in ActiveXSupported in Java AddFolders Opens the standard Open Folder dialog so that the user can select the folder for the upload. In other words it works in the same manner as if the Add Folders button were clicked.
Public eventSupported in ActiveXSupported in Java CanGoToFolder Verifies whether the specified special folder is available.
Public eventSupported in ActiveXSupported in Java DeselectAll Clears the selection from all files.
Public eventSupported in ActiveXSupported in Java GoToFolder Navigates to a specified folder. The parameter can contain either a path to the target folder (for example, C:/Images) or a member of enumeration which specifies a special folder (for example, My Documents, My Pictures, etc.).
Public eventSupported in ActiveXSupported in Java GoToParentFolder Navigates to the parent folder.
Public eventSupported in ActiveXSupported in Java GoToPreviousFolder Navigates to the previous visited folder.
Public eventSupported in ActiveXSupported in Java LoadUploadList Loads the upload list with the specified ID.
Public eventSupported in ActiveXSupported in Java Refresh Refreshes the folder pane content.
Public eventSupported in ActiveXSupported in Java RemoveAllFromUploadList Removes all items from the upload list.
Public eventSupported in ActiveXSupported in Java RemoveField Removes POST field with specified name from the upload.
Public eventSupported in ActiveXSupported in Java RemoveFromUploadList Removes selected items from the upload list.
Public eventSupported in ActiveXSupported in Java RenameField Renames the specified standard POST field to the new name.
Public eventSupported in Java ResetCookies Removes all the cookies previously added to the request by the AddCookie() method.
Public eventSupported in ActiveXSupported in Java ResetUploadList Resets the upload list with the specified ID.
Public eventSupported in ActiveXSupported in Java SaveUploadList Saves the upload list with the specified ID.
Public eventSupported in ActiveXSupported in Java SelectAll Selects all the files in the folder pane.
Public eventSupported in ActiveXSupported in Java Send Starts the upload process.
Public eventSupported in ActiveXSupported in Java Stop Stops the upload process.
Public eventSupported in ActiveXSupported in Java UploadFileRemove Removes the specified item from the upload list.
Public eventSupported in ActiveXSupported in Java UploadThumbnailAdd Adds new element to the list of upload thumbnails.
Public eventSupported in ActiveXSupported in Java UploadThumbnailRemove Removes an element from upload thumbnail settings list.