if it's for frontend users, umbraco doc2form allows for using file upload fields in a document type, which are then turned into form fields for the end user. You'd probably need a fixed limit of upload fields, or of course you could ask users to zip multiple reports up and upload them as a single file.
what control should use to upload multiple files
I need a control by using which my end user can upload files
like
Report 1
Report 2
Report 3
Report 4
One thing is to user uploader control but it put me to static limit, Number of report may increase so what should be best option
I am working in Umbraco 4, Asp.net 3.5 and SQL server 2005
there is a noerd multi-uploader that works in the media section? is that what you are referring to?
i am also wondering if one of the newer packages with custom repeating content would work...
http://our.umbraco.org/projects/repeatable-custom-content
For uploading by admin users, the Noerd multiple uploaders are available by trawling through these threads ->
http://forum.umbraco.org/yaf_postst5842_Mass-Media-Upload.aspx
http://forum.umbraco.org/yaf_postst8958_Problems-with-N246rds-fine-Multiple-FIle-Upload-v11.aspx
be sure to read the whole threads for a fix for 4.0.2.1.
Also, http://our.umbraco.org/projects/zip-upload works well
if it's for frontend users, umbraco doc2form allows for using file upload fields in a document type, which are then turned into form fields for the end user. You'd probably need a fixed limit of upload fields, or of course you could ask users to zip multiple reports up and upload them as a single file.
Dan
is working on a reply...