Methods (Dundas Upload Control 2.0)
Overview | Properties | Methods
Creates a directory. | |
Deletes a directory. | |
Checks to see if the specified directory exists. | |
Copy a file from one location to another. | |
Deletes a specified file. | |
Checks to see if the specified file actaully exists. | |
Moves a file from one location to another. | |
Call this method to extract the directory name from a fully specified pathname. | |
Call this method to extract the file extension from a fully specified pathname. | |
Call this method to extract the filename from a fully specified pathname. | |
Used to retrieve form data incrementally, this method returns NextFile objects. | |
This method returns a GUID (useful for saving files with unique names). | |
Call this method to temporarily utilize a Windows account other than the default (usually the IUSR account). | |
Call this method to revert back to the default user account after having called the ImpersonateUser method. | |
Call this method to register a COM component. | |
Saves uploaded files to disk and populates the Upload control's Form and Files collections. | |
Saves all uploaded form data (uploaded files as well as form element values) to memory. This method also populates the Files and Form collections. | |
Call this method to download files from the server. |