Creates form with variable number of upload slots.
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 .
u = new OAT.Upload(method,action,target); document.body.appendChild(u.div);