Joomla.it Forum

Non solo Joomla... => Sviluppo => : Polm 31 May 2016, 15:17:50

: Field repeteable con file upload
: Polm 31 May 2016, 15:17:50
Buongiorno,
stavo sviluppando una componente che fa uso del field type repeteable come il seguente



<field name="rep_field"
               type="repeatable"
            <fieldset hidden="true"
                      name="objs"
                      repeat="true">
                <field name="thing"
                       type="text"
                <field name="attachments"
                       type="file"
                       multiple="true" />
            </fieldset>
        </field>




Ora, ho i seguenti problemi:
Avete dei suggerimenti? Specie sul primo punto che è quello che mi lascia più senza idee.
Grazie