Upload more then 1 file
Posted: Tue Jan 02, 2007 1:33 pm
First, a happy new year to the CMSMS community from the NL.
Now my question: I'm using CMSMS 1.0.2 and the Uploads module 1.2.3. I would like to offer visitors to my site the possibility to upload some pictures and/or files.
The uploads module off course makes it possible however only 1 picture/file at a time. Is there a way to extend the number of files/pictures to be uploaded?
I stripped the upload-template to my needs and tried to create more input fields - that worked out fine.
{$startform}{$input_key}
{if $noauthor }
{$input_author}
{else}
{$prompt_author} {$input_author}
{/if}
{$prompt_upload}{$hidden}{$input_browse}
{$prompt_upload}{$hidden}{$input_browse}
{$prompt_upload}{$hidden}{$input_browse}
{$input_submit}
{$endform}
Unfortunately only the last file is uploaded after hitting the "submit" button even though all fields were populated.
If anybody could advise me how to solve that problem would be great.
Thanks in advance
Dieter
Now my question: I'm using CMSMS 1.0.2 and the Uploads module 1.2.3. I would like to offer visitors to my site the possibility to upload some pictures and/or files.
The uploads module off course makes it possible however only 1 picture/file at a time. Is there a way to extend the number of files/pictures to be uploaded?
I stripped the upload-template to my needs and tried to create more input fields - that worked out fine.
{$startform}{$input_key}
{if $noauthor }
{$input_author}
{else}
{$prompt_author} {$input_author}
{/if}
{$prompt_upload}{$hidden}{$input_browse}
{$prompt_upload}{$hidden}{$input_browse}
{$prompt_upload}{$hidden}{$input_browse}
{$input_submit}
{$endform}
Unfortunately only the last file is uploaded after hitting the "submit" button even though all fields were populated.
If anybody could advise me how to solve that problem would be great.
Thanks in advance
Dieter