A
|
alang 1/6/2008 |
You do need to have the filename field but you don't need to display it explicitly on the list/add/edit views - uncheck the filename field on the "choose fields" tab. |
T
|
tototoo author 1/7/2008 |
You do need to have the filename field but you don't need to display it explicitly on the list/add/edit views - uncheck the filename field on the "choose fields" tab.
|
J
|
Jane 1/9/2008 |
Hi, $strfilename=' $onchangefile.="var path=this.form.elements['".jsreplace($cfield)."'].value; var wpos=path.lastIndexOf('\\\\'); var upos=path.lastIndexOf('/'); var pos=wpos; if(upos>wpos) pos=upos; this.form.elements['filename".jsreplace($cfieldname)."'].value=path.substr(pos+1);"; |