Hi; I'm sure this code is terribly botched, but I've been to the DTML Reference and didn't find any help there. Here's my code: <dtml-in "All_Seminars.Basic_Structural_Concepts()"> <select> <dtml-let field=sequence-item> <option><dtml-var "field.render()"></option> </dtml-let> </select> </dtml-in> All_Seminars is a folder and Basic_Structural_Concepts is nested within that folder. Within the latter are a series of dtml methods I would like to iterate through as options within the <select> tag. Can someone tell me how to do this and/or point me to a good tutorial on the subject? TIA, BenO
I am much benefit from the "Local File System" Product and I noticed that "upload file" through the browser is a feature appeared in many other products too. Sometimes, upload multiple files at once is helpful. Dut to the limitation of browser, upload a folder or selected several files is not achievable. I have a work around for "upload several selectef files" by DHTML (=javascript+css). It's just a sample for people who wants a hint for doing multiple files uploading. The scenario is to choose files one-by-one. Please refer to the attachment. Just save it and drop into the browser (IE). Then try to choose a file, after that another file-field will appear for next input. Maybe someone had done sort of this before. I have no idea. But if uploading multiple files is a feature there when we need it. It's would be good. Iap, Singuan iap@y2fun.com
participants (2)
-
Ben Ocean -
iap@y2fun.com