Tasl 3778 : Add uploaded document for operation

This commit is contained in:
sparkyx 2005-03-06 18:30:13 +00:00
parent 925bcead82
commit c757cd7f96
9 changed files with 123 additions and 27 deletions

View file

@ -188,7 +188,7 @@ class widget {
//file
if (strtoupper($this->type)=="FILE") {
if ( $this->readonly == false ) {
$r='<INPUT TYPE="file" name="'.$this->name.'" '.$disabled.'>';
$r='<INPUT TYPE="file" name="'.$this->name.'" VALUE="'.$this->value.'">';
}
if ( $this->table==1) $r="<TD>$this->label</TD><TD>$r</TD>";