1
Hi, I need help on NEWS module.
I want news to upload several files in one action. Look the images on this article near the footer:
http://www.piracemafm.com.br/modules/news/article.php?storyid=63To have this I need to upload one and save the article. After, I edit the same article and submit another file, so I reedit and send the third....
I´d like to submit 3, 4, 5 at once.
I tryied to duplicate the folowing line on news/includes/storyform.inc.php
$sform->addElement(new XoopsFormFile(_AM_SELFILE, 'attachedfile', $xoopsModuleConfig['maxuploadsize']), false);
It duplicated the file upload field, but when using it, only the last one is attached.
Any ideia?
Thanks in advanced!