romm / formz

📜 TYPO3 extension allowing developpers and integrators to easily set up and manage forms.
http://typo3-formz.com/
GNU General Public License v3.0
10 stars 5 forks source link

File uploads get sanitized by javascript? #64

Closed kftw closed 7 years ago

kftw commented 7 years ago

Hi! First of all, thank you for this amazing extension! I have one problem though: It seems that the formz javascripts removes <input type="file"> fields on submit.

Additionally, multiple submit fields / buttons with unique names (for deciding what to do) don't work as well. Those come in handy if you want to upload a bunch of images before the actual form submit.

Is there already a way to realize file uploads, disable (maybe parts of) javascript via typoscript or any workaround?

Best regards Klaus

kftw commented 7 years ago

Ok, it was a general javascript issue not related to formz. Sorry for bothering!

romm commented 7 years ago

Hi Klaus, I'm glad you could solve your issue by yourself. :)

Do not hesitate to join the Slack channel at #ext-formz where you can also ask basic questions.