Index | OAT homepage | OpenLink Software

OATDOCupload

upload.js


Creates form with variable number of upload slots.

Objects

OAT.Upload(method, action, target)


Creates an upload form. Its main DIV is accessible as upload.div , arguments are the same as you pass to the form element. Each <input type="file" /> element is given name in form of inputName_number .

CSS classes

OAT.Upload.upload


ToBeDone

OAT.Upload.upload_add


ToBeDone

OAT.Upload.upload_submit


ToBeDone

Example

u = new OAT.Upload(method,action,target);
document.body.appendChild(u.div);


Copyright (C) 2005-2008 OpenLink Software