upload

path to the script file that will handle uploading

string upload;

Example

{
    view:"uploader",
    id: "uploader_1",
    value:"Upload file",
    link:"mylist",
    upload:"php/upload.php",
}

See also
Back to top