19 Mar
2007
19 Mar
'07
3:24 p.m.
----- Original Message ----- From: <jbusato@libero.it> To: "zope" <zope@zope.org> Sent: Monday, March 19, 2007 11:20 AM Subject: [Zope] file upload
How can I make a form that people could use to upload multiple files in a time?
This is not a zope issue, but... here are some options: (1) create a form that contains several file upload fields, (2) use javascript to allow the user to add more file upload fields as required, (3) get the user to upload a zip file. Jonathan