Ich habe es rausgefunden woran es zumindest an unseren Formularen gelegen hat.
In unserer html-Vorlage stand noch folgendes drin:
<input type="hidden" name="formhandler[submitted]" value="1" />

Diese Zeile habe ich durch:
###HIDDEN_FIELDS###
ersetzt. Und schon funktionierte wieder alles wie gewohnt.

Allerdings haben wir nur ein Datei-Upload-Feld drin, welches 5 Uploads zulässt.

He, cool! Das (und anderes wie unten) steht bei mir auch noch drin, allerdings nur in der FE-Ausgabe, nicht im Template (im Template gibts auch keine Marker der darauf hindeutet). Das scheint das Plugin automatisch mit ins Form reinzupacken...

Wo hast du das mit den ###HIDDEN_FIELDS### her bzw. gibts da was nachzulesen?

<fieldset style="display: none;">
<input type="hidden" name="id" value="9" />
<input type="hidden" name="formhandler[submitted]" value="1" />
<input type="hidden" name="formhandler[randomID]" value="42b2b3b28f77af05f1378af2d7256128" /> <input type="hidden" id="removeFile-42b2b3b28f77af05f1378af2d7256128" name="formhandler[removeFile]" value="" /> <input type="hidden" id="removeFileField-42b2b3b28f77af05f1378af2d7256128" name="formhandler[removeFileField]" value="" /> <input type="hidden" id="submitField-42b2b3b28f77af05f1378af2d7256128" name="formhandler[submitField]" value="" />
<input type="hidden"  name="formhandler[step-2-next]"  value="1" />
</fieldset>


_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an