On Tue, 03 Jun 2008, Alexandre Taschetto de Castro wrote:
> In version 0.99, how is it possible to submit multiple files for one
> record, such as what is done in the photo collections at CERN server?

Hi Alexandre,
       As you know in websubmit one uses a 'File Input' element type in
order to upload a file. You may simply have multiple File Input element
types in the form. The actual handling of the file is done by
Move_Files_to_Storage - where you may pass it a dictionary of values...
   In this way one can have (up to)N files uploaded - as long as there
are N File Input elements.
regards
Tony Osborne

Reply via email to