[TYPO3-dev] POST the path from a <input type="file">?
Matthias Stuebner
news at stuebner.de
Mon Dec 4 00:40:39 CET 2006
On Sun, 3 Dec 2006 23:42:06 +0100, Steffen Kamper wrote:
> are you sure that the form has the enctype="multipart/form-data" ?
Sure:
<form action="" enctype="multipart/form-data" method="POST">
<input type="file" name="import_file" value="" size="50" /><br /><input
type="hidden" name="cmd" value="import_allergologe" />
<input type="submit" name="submit" value="Importieren" /></form>
Beside that, I just want to send the text from the input field, selected
using the file dialog, I do NOT want to transmit any file!
--
br Matthias
More information about the TYPO3-dev
mailing list