TIWCGJQMFileUploadOptions Class

Represents type TIWCGJQMFileUploadOptions.

Namespace: IWCGJQMFileUpload
TCGIndexedCollectionItem
  IWCGJQCommon.TIWCGJSon
    IWCGJQFileUpload.TIWCGJQFileUploadOptions
      IWCGJQMFileUpload.TIWCGJQMFileUploadOptions
type
 TIWCGJQMFileUploadOptions = class(TIWCGJQFileUploadOptions)
 end;

The TIWCGJQMFileUploadOptions type exposes the following members.

Show:
 NameDescription
Create(TCollection)

Initializes a new instance of the TIWCGJSon class. (Inherited from TIWCGJSon.)

CreateSingle(TPersistent,string)

Initializes a new instance of the TIWCGJQFileUploadOptions class. (Overrides TIWCGJSon.CreateSingle(TPersistent,string).)

Top
Show:
 NameDescription
AcceptFiles

Used by the file selection dialog. Restrict the valid file types that appear in the selection dialog by listing valid content-type specifiers here (eg: .jpg) (Inherited from TIWCGJQFileUploadOptions.)

Action

Url of the server-side upload script, should be on the same domain (Inherited from TIWCGJQFileUploadOptions.)

AllowedExtensions

For validation // ex. ['jpg', 'jpeg', 'png', 'gif'] or [] (Inherited from TIWCGJQFileUploadOptions.)

AutoUpload

Set to false if you want to be able to begin uploading selected/queued files later, by calling uploadStoredFiles(). (Inherited from TIWCGJQFileUploadOptions.)

Button

Specify an element to use as the "select files" button. Note that this may NOT be a <button>, otherwise it will not work in Internet Explorer. (Inherited from TIWCGJQFileUploadOptions.)

CancelButtonText

Cancel button text (Inherited from TIWCGJQFileUploadOptions.)

CancelCaption

Caption for cancel (Inherited from TIWCGJQFileUploadOptions.)

CanOverrideFile

If the FileName can be overrided (Inherited from TIWCGJQFileUploadOptions.)

Caption

Represents property Caption. (Inherited from TIWCGJQFileUploadOptions.)

Capture

Indicates that the capture of media directly from the device's environment using a media capture mechanism is preferred.

CGJSContainer

Represents property CGJSContainer. (Inherited from TIWCGJSon.)

ClassData

Represents property ClassData. (Inherited from TIWCGJSon.)

Classes

Classes used to get elements from templates (Inherited from TIWCGJQFileUploadOptions.)

Corners

On/Off corners on button

CustomHeaders

Additional headers sent along with the XHR POST request. Note that is option is only relevant to the ajax/XHR uploader. (Inherited from TIWCGJQFileUploadOptions.)

Debug

Set to true to output server response to console (Inherited from TIWCGJQFileUploadOptions.)

DisableCancelForFormUploads

If true, the cancel link does not appear next to files when the form uploader is used. This may be desired since it may not be possible to interrupt a form-based upload in some cases. (Inherited from TIWCGJQFileUploadOptions.)

DragText

Drag text (Inherited from TIWCGJQFileUploadOptions.)

Element

Represents property Element. (Inherited from TIWCGJQFileUploadOptions.)

FailedCaption

Failed Text (Inherited from TIWCGJQFileUploadOptions.)

FailUploadText

Fail upload text (Inherited from TIWCGJQFileUploadOptions.)

FileTemplate

Template for one item in file list (Inherited from TIWCGJQFileUploadOptions.)

FileUpload

Represents property FileUpload. (Inherited from TIWCGJQFileUploadOptions.)

FocusClass

Focus css for button (Inherited from TIWCGJQFileUploadOptions.)

HoverClass

Hover css for button (Inherited from TIWCGJQFileUploadOptions.)

InputName

This usually only useful with the ajax uploader, which sends the name of the file as a parameter, using a key name equal to the value of this options. In the case of the form uploader, this is simply the value of the name attribute of the file's associated input element. (Inherited from TIWCGJQFileUploadOptions.)

InstList

Represents property InstList. (Inherited from TIWCGJSon.)

IsStored

Represents property IsStored. (Inherited from TIWCGJSon.)

JSon

Return the Interface of SuperObject (ISuperObject) (Inherited from TIWCGJSon.)

JSonEvents[string]

Represents property JSonEvents[string]. (Inherited from TIWCGJSon.)

List

Represents property List. (Inherited from TIWCGJSon.)

MaxConnections

Maximum allowable concurrent uploads. (Inherited from TIWCGJQFileUploadOptions.)

MemberList

Represents property MemberList. (Inherited from TIWCGJSon.)

Messages

Error messages (Inherited from TIWCGJQFileUploadOptions.)

MinSizeLimit
Each file min size in bytes

This option isn't supported in all browsers

 (Inherited from TIWCGJQFileUploadOptions.)
Multiple

If true multiple files are allowed (Inherited from TIWCGJQFileUploadOptions.)

MultipleFileDropNotAllowedMessage

Message that appears when you have Multiple = true, and tries to drag more than one file. (Inherited from TIWCGJQFileUploadOptions.)

Name

Represents property Name. (Inherited from TIWCGJQFileUploadOptions.)

OnCancel

Event fired on cancel upload (Inherited from TIWCGJQFileUploadOptions.)

OnComplete

Event fired on upload complete (Inherited from TIWCGJQFileUploadOptions.)

OnError

Called whenever an exceptional condition occurs (during an upload, file selection, etc). (Inherited from TIWCGJQFileUploadOptions.)

OnExtraDropzones

Useful if you'd like to to designate additional dropozones for file input. Of course, this is not relevant if the form uploader is used. (Inherited from TIWCGJQFileUploadOptions.)

OnListElement

If is empty, ServerController.UserCacheDir will be used. If specified, if contains ':' or '\\' used an absolute path, if not will be relative to ServerController.ContentPath (GServerController.FilesDir in IW<=10).

if set, will be used instead of qq-upload-list in template

 (Inherited from TIWCGJQFileUploadOptions.)
OnProgress

Event fired on progress (Inherited from TIWCGJQFileUploadOptions.)

OnShowMessage

On error message show (Inherited from TIWCGJQFileUploadOptions.)

OnSubmit

Event fired on submit (Inherited from TIWCGJQFileUploadOptions.)

OnUpload

Event fired on upload (Inherited from TIWCGJQFileUploadOptions.)

Owner

Represents property Owner. (Inherited from TIWCGJSon.)

Params

Additional data to send, name-value pairs (Inherited from TIWCGJQFileUploadOptions.)

PropCount

Represents property PropCount. (Inherited from TIWCGJSon.)

PropIndexByName[string]

Represents property PropIndexByName[string]. (Inherited from TIWCGJSon.)

PropList

Represents property PropList. (Inherited from TIWCGJSon.)

PropName

Represents property PropName. (Inherited from TIWCGJSon.)

PropNameByIndex[Integer]

Represents property PropNameByIndex[Integer]. (Inherited from TIWCGJSon.)

Shadow

Shadow effect on button

ShowUploadedFileList

Show/Hide uploaded file list (Inherited from TIWCGJQFileUploadOptions.)

SizeLimit
Each file size limit in bytes

This option isn't supported in all browsers

 (Inherited from TIWCGJQFileUploadOptions.)
SObj

Represents property SObj. (Inherited from TIWCGJSon.)

Template

Template for FileUpload (Inherited from TIWCGJQFileUploadOptions.)

Theme

Theme

Tip

Tip Text on drag & drop (Inherited from TIWCGJQFileUploadOptions.)

UploadButtonText

Upload button text (Inherited from TIWCGJQFileUploadOptions.)

UploadPath

 (Inherited from TIWCGJQFileUploadOptions.)

Top
Show:
 NameDescription
AddBooleanMember(string,Boolean,Boolean,Boolean)

Represents method AddBooleanMember(string,Boolean,Boolean,Boolean). (Inherited from TIWCGJSon.)

AddColorMember(string,TIWCGColor,Boolean,Boolean)

Represents method AddColorMember(string,TIWCGColor,Boolean,Boolean). (Inherited from TIWCGJSon.)

AddCurrencyMember(string,Currency,Boolean,Boolean)

Represents method AddCurrencyMember(string,Currency,Boolean,Boolean). (Inherited from TIWCGJSon.)

AddDoubleMember(string,Double,Boolean,Boolean)

Represents method AddDoubleMember(string,Double,Boolean,Boolean). (Inherited from TIWCGJSon.)

AddDynObjListMember(string,Boolean,Boolean)

Represents method AddDynObjListMember(string,Boolean,Boolean). (Inherited from TIWCGJSon.)

AddEnumMember(string,string[],Byte,Boolean,Boolean)

Represents method AddEnumMember(string,string[],Byte,Boolean,Boolean). (Inherited from TIWCGJSon.)

AddEnumSetMember(string,string[],Void,Word,Boolean,Boolean)

Represents method AddEnumSetMember(string,string[],Void,Word,Boolean,Boolean). (Inherited from TIWCGJSon.)

AddFuncMember(string,string,string,Boolean,TIWCGJSonFuncClass,Boolean,Boolean)

Represents method AddFuncMember(string,string,string,Boolean,TIWCGJSonFuncClass,Boolean,Boolean). (Inherited from TIWCGJSon.)

AddHTML5(TIWHTMLTag)

Represents method AddHTML5(TIWHTMLTag). (Inherited from TIWCGJSon.)

AddIntegerMember(string,Integer,Boolean,Boolean)

Represents method AddIntegerMember(string,Integer,Boolean,Boolean). (Inherited from TIWCGJSon.)

AddJSonMember(string,TCGJSon,Boolean,Boolean)

Represents method AddJSonMember(string,TCGJSon,Boolean,Boolean). (Inherited from TIWCGJSon.)

AddMembers

The procedure add jquery properties.

Notes to Inheritors

Override this procedure to add jquery plugin options.

 (Overrides TIWCGJQFileUploadOptions.AddMembers.)
AddObjListMember(string,TIWCGJSonListClass,Boolean,Boolean,Boolean)

Represents method AddObjListMember(string,TIWCGJSonListClass,Boolean,Boolean,Boolean). (Inherited from TIWCGJSon.)

AddObjMember(string,TIWCGJSonClass,Boolean,Boolean,Boolean)

Represents method AddObjMember(string,TIWCGJSonClass,Boolean,Boolean,Boolean). (Inherited from TIWCGJSon.)

AddSimpleArrayMember(string,Boolean,Boolean,Boolean)

Represents method AddSimpleArrayMember(string,Boolean,Boolean,Boolean). (Inherited from TIWCGJSon.)

AddStringMember(string,string,Boolean,Boolean)

Represents method AddStringMember(string,string,Boolean,Boolean). (Inherited from TIWCGJSon.)

AddVariantMember(string,Variant,Boolean,Boolean)

Represents method AddVariantMember(string,Variant,Boolean,Boolean). (Inherited from TIWCGJSon.)

AfterConstruction

Represents method AfterConstruction. (Inherited from TIWCGJSon.)

Assign(TPersistent)

Represents method Assign(TPersistent). (Inherited from TIWCGJSon.)

CancelFileUpload(Integer)

Cancel the upload by File id (Inherited from TIWCGJQFileUploadOptions.)

CheckJSonMember(Integer)

Represents method CheckJSonMember(Integer). (Inherited from TIWCGJSon.)

ClearStoredFiles

Clears the internal list of stored items. Only applies with A utoUpload is false (Inherited from TIWCGJQFileUploadOptions.)

ConvertEnumToString(string)

Represents method ConvertEnumToString(string). (Inherited from TIWCGJSon.)

ConvertSetToString(string,TCGStringArray)

Represents method ConvertSetToString(string,TCGStringArray). (Inherited from TIWCGJSon.)

FreeJSonObj(Integer)

Overloaded. Represents method FreeJSonObj(Integer). (Inherited from TIWCGJSon.)

FreeJSonObj(string)

Overloaded. Represents method FreeJSonObj(string). (Inherited from TIWCGJSon.)

GetBooleanValue(Integer)

Represents method GetBooleanValue(Integer). (Inherited from TIWCGJSon.)

GetCGJSContainer

Represents method GetCGJSContainer. (Inherited from TIWCGJSon.)

GetColorValue(Integer)

Represents method GetColorValue(Integer). (Inherited from TIWCGJSon.)

GetCurrencyValue(Integer)

Represents method GetCurrencyValue(Integer). (Inherited from TIWCGJSon.)

GetCustomJq(string,ISuperObject)

Represents method GetCustomJq(string,ISuperObject). (Overrides TIWCGJSon.GetCustomJq(string,ISuperObject).)

GetDoubleValue(Integer)

Represents method GetDoubleValue(Integer). (Inherited from TIWCGJSon.)

GetDynObjListValue(Integer)

Represents method GetDynObjListValue(Integer). (Inherited from TIWCGJSon.)

GetEnumAsString(Integer)

Represents method GetEnumAsString(Integer). (Inherited from TIWCGJSon.)

GetEnumerValue(Integer)

Represents method GetEnumerValue(Integer). (Inherited from TIWCGJSon.)

GetEnumSetValue(Integer,Pointer)

Represents method GetEnumSetValue(Integer,Pointer). (Inherited from TIWCGJSon.)

GetFixedScript(TIWCGJSonFunc,Boolean)

Represents method GetFixedScript(TIWCGJSonFunc,Boolean). (Overrides TIWCGJSon.GetFixedScript(TIWCGJSonFunc,Boolean).)

GetFuncValue(Integer)

Represents method GetFuncValue(Integer). (Inherited from TIWCGJSon.)

GetHTMLName

Represents method GetHTMLName. (Inherited from TIWCGJSon.)

GetImplComponent

Represents method GetImplComponent. (Inherited from TIWCGJSon.)

GetIntegerValue(Integer)

Represents method GetIntegerValue(Integer). (Inherited from TIWCGJSon.)

GetIsStored

Represents method GetIsStored. (Inherited from TIWCGJSon.)

GetItemIndex

Represents method GetItemIndex. (Inherited from TIWCGJSon.)

GetIWCLName

Represents method GetIWCLName. (Inherited from TIWCGJSon.)

GetJSon

Represents method GetJSon. (Overrides TIWCGJQFileUploadOptions.GetJSon.)

GetJSonByType(Boolean,Boolean)

Represents method GetJSonByType(Boolean,Boolean). (Inherited from TIWCGJSon.)

GetJSonEx(Boolean,Boolean,TIWCGResponseMemberList,Boolean)

Represents method GetJSonEx(Boolean,Boolean,TIWCGResponseMemberList,Boolean). (Inherited from TIWCGJSon.)

GetJSonValue(Integer)

Represents method GetJSonValue(Integer). (Inherited from TIWCGJSon.)

GetJSonValueObj(Integer)

Represents method GetJSonValueObj(Integer). (Inherited from TIWCGJSon.)

GetMemberJSon(TCGJSonMember,ISuperObject,Boolean,Boolean,string)

Represents method GetMemberJSon(TCGJSonMember,ISuperObject,Boolean,Boolean,string). (Inherited from TIWCGJSon.)

GetMemberSetterHandler(TObject,TCGJSonMember)

Represents method GetMemberSetterHandler(TObject,TCGJSonMember). (Inherited from TIWCGJSon.)

GetMemberSetterScriptParts(TIWCGResponseMemberList,TIWCGJScript)

Represents method GetMemberSetterScriptParts(TIWCGResponseMemberList,TIWCGJScript). (Inherited from TIWCGJSon.)

GetMembersJSon(TIWCGResponseMemberList,Boolean,Boolean)

Represents method GetMembersJSon(TIWCGResponseMemberList,Boolean,Boolean). (Inherited from TIWCGJSon.)

GetObjListValue(Integer)

Represents method GetObjListValue(Integer). (Inherited from TIWCGJSon.)

GetObjValue(Integer)

Represents method GetObjValue(Integer). (Inherited from TIWCGJSon.)

GetOwner

Represents method GetOwner. (Inherited from TIWCGJSon.)

GetPropName

Represents method GetPropName. (Inherited from TIWCGJSon.)

GetSimpleArrayValue(Integer)

Represents method GetSimpleArrayValue(Integer). (Inherited from TIWCGJSon.)

GetStringValue(Integer)

Represents method GetStringValue(Integer). (Inherited from TIWCGJSon.)

GetVariantValue(Integer)

Represents method GetVariantValue(Integer). (Inherited from TIWCGJSon.)

InternalGetJSon(TEachPropJSonProc,Boolean,Boolean,Void,Boolean,Boolean,TIWCGResponseMemberList,Boolean)

Represents method InternalGetJSon(TEachPropJSonProc,Boolean,Boolean,Void,Boolean,Boolean,TIWCGResponseMemberList,Boolean). (Inherited from TIWCGJSon.)

IsArray

Represents method IsArray. (Inherited from TIWCGJSon.)

IsBooleanStored(Integer)

Represents method IsBooleanStored(Integer). (Inherited from TIWCGJSon.)

IsColorStored(Integer)

Represents method IsColorStored(Integer). (Inherited from TIWCGJSon.)

IsCurrencyStored(Integer)

Represents method IsCurrencyStored(Integer). (Inherited from TIWCGJSon.)

IsDoubleStored(Integer)

Represents method IsDoubleStored(Integer). (Inherited from TIWCGJSon.)

IsEnumerStored(Integer)

Represents method IsEnumerStored(Integer). (Inherited from TIWCGJSon.)

IsEnumSetStored(Integer)

Represents method IsEnumSetStored(Integer). (Inherited from TIWCGJSon.)

IsFuncStored(Integer)

Represents method IsFuncStored(Integer). (Inherited from TIWCGJSon.)

IsIntegerStored(Integer)

Represents method IsIntegerStored(Integer). (Inherited from TIWCGJSon.)

IsJSonObjStored(string)

Represents method IsJSonObjStored(string). (Inherited from TIWCGJSon.)

IsJSonStored(Integer)

Represents method IsJSonStored(Integer). (Inherited from TIWCGJSon.)

IsObjStored(Integer)

Represents method IsObjStored(Integer). (Inherited from TIWCGJSon.)

IsStringStored(Integer)

Represents method IsStringStored(Integer). (Inherited from TIWCGJSon.)

IsVariantStored(Integer)

Represents method IsVariantStored(Integer). (Inherited from TIWCGJSon.)

jsCancelFileUpload(Integer)

Represents method jsCancelFileUpload(Integer). (Inherited from TIWCGJQFileUploadOptions.)

jsClearStoredFiles

Represents method jsClearStoredFiles. (Inherited from TIWCGJQFileUploadOptions.)

jsGetInProgress

Represents method jsGetInProgress. (Inherited from TIWCGJQFileUploadOptions.)

JSonEscape

Represents method JSonEscape. (Inherited from TIWCGJSon.)

JSonIdent

Represents method JSonIdent. (Inherited from TIWCGJSon.)

JSonNameQuote

Represents method JSonNameQuote. (Inherited from TIWCGJSon.)

jsSetEnabled(boolean)

Represents method jsSetEnabled(boolean). (Inherited from TIWCGJQFileUploadOptions.)

jsSetParams(string)

Represents method jsSetParams(string). (Inherited from TIWCGJQFileUploadOptions.)

jsUploadStoredFiles

Represents method jsUploadStoredFiles. (Inherited from TIWCGJQFileUploadOptions.)

ResetProps

Represents method ResetProps. (Inherited from TIWCGJSon.)

SetBooleanValue(Integer,Boolean)

Represents method SetBooleanValue(Integer,Boolean). (Inherited from TIWCGJSon.)

SetColorValue(Integer,TIWCGColor)

Represents method SetColorValue(Integer,TIWCGColor). (Inherited from TIWCGJSon.)

SetCurrencyValue(Integer,Currency)

Represents method SetCurrencyValue(Integer,Currency). (Inherited from TIWCGJSon.)

SetDoubleValue(Integer,Double)

Represents method SetDoubleValue(Integer,Double). (Inherited from TIWCGJSon.)

SetDynObjListValue(Integer,TIWCGJSonDynObjList)

Represents method SetDynObjListValue(Integer,TIWCGJSonDynObjList). (Inherited from TIWCGJSon.)

SetEnabled(boolean)

Represents method SetEnabled(boolean). (Inherited from TIWCGJQFileUploadOptions.)

SetEnumerValue(Integer,Byte)

Represents method SetEnumerValue(Integer,Byte). (Inherited from TIWCGJSon.)

SetEnumSetValue(Integer,Pointer)

Represents method SetEnumSetValue(Integer,Pointer). (Inherited from TIWCGJSon.)

SetFuncValue(Integer,TIWCGJSonFunc)

Represents method SetFuncValue(Integer,TIWCGJSonFunc). (Inherited from TIWCGJSon.)

SetIntegerValue(Integer,Integer)

Represents method SetIntegerValue(Integer,Integer). (Inherited from TIWCGJSon.)

SetJSonValue(Integer,TCGJSon)

Represents method SetJSonValue(Integer,TCGJSon). (Inherited from TIWCGJSon.)

SetObjListValue(Integer,TIWCGJSonList)

Represents method SetObjListValue(Integer,TIWCGJSonList). (Inherited from TIWCGJSon.)

SetObjValue(Integer,TIWCGJSon)

Represents method SetObjValue(Integer,TIWCGJSon). (Inherited from TIWCGJSon.)

SetParams(string)

Represents method SetParams(string). (Inherited from TIWCGJQFileUploadOptions.)

SetSimpleArrayValue(Integer,TIWCGJSonSimpleArray)

Represents method SetSimpleArrayValue(Integer,TIWCGJSonSimpleArray). (Inherited from TIWCGJSon.)

SetStringValue(Integer,string)

Represents method SetStringValue(Integer,string). (Inherited from TIWCGJSon.)

SetVariantValue(Integer,Variant)

Represents method SetVariantValue(Integer,Variant). (Inherited from TIWCGJSon.)

StoreProperty(PPropInfo,TObject)

Represents method StoreProperty(PPropInfo,TObject). (Inherited from TIWCGJSon.)

SupportsSetter(TObject,TCGJSonMember)

Represents method SupportsSetter(TObject,TCGJSonMember). (Inherited from TIWCGJSon.)

UploadStoredFiles

Begin uploading all queued items. (Inherited from TIWCGJQFileUploadOptions.)

Top
Show:
 NameDescription
_Events_

Represents property _Events_. (Inherited from TIWCGJSon.)

Top