Image Uploader Scripting API
Public Member Functions | List of all members
FileUploadTask Class Reference
Inheritance diagram for FileUploadTask:
UploadTask UrlShorteningTask

Public Member Functions

 FileUploadTask (string fileName, string displayName)
 
string getDisplayName () const
 
string getFileName () const
 
int getFileSize () const
 
string originalFileName () const
 
void setDisplayName (string name)
 
void setFileName (string fileName)
 
- Public Member Functions inherited from UploadTask
void addChildTask (UploadTask *child)
 
void addTempFile (string fileName)
 
UploadTask child (int index)
 
int childCount ()
 
int getDataLength ()
 
string getMimeType ()
 
bool isNull ()
 
UploadTask parentTask ()
 
string profileName ()
 
string role ()
 
string serverName () const
 
ServerProfile serverProfile ()
 
void setRole (string role)
 
void setServerProfile (ServerProfile profile)
 
void setStatusText (string status)
 
string toString ()
 
string type ()
 
UploadResult * uploadResult ()
 

Detailed Description

File upload task