Nov 13th, 2009, 8:50 AM
Hello,
In my form i have one file for upload. But no file will be uploaded. Only the path will be shown in mysql Database (like : C:\Dokumente und Einstellungen\Oliver\Eigene Dateien\Dive-Coop_web\SKOT.jpg). No uploaded file.
If i leave the file tag in form empty and post it to Database, and make the upload of the file in the Formtool administartion area everything works correctly. Then we have an uploaded file and a correct therm (SKOT.jpg)
Here ist my code in Form Tag:
<form action="http://www.dive-cooperation.de/form_tools/process.php" method="post" enctype="multipart/form-data">
<input type="hidden" name="form_tools_form_id" value="22" />
<input type="file" name="Bilddatei">
<input type="submit" value="submit">
</form>
Please can you help me ? What have i done wrong ?
Many thanks to all from - black forrest - Germany
Oliver
In my form i have one file for upload. But no file will be uploaded. Only the path will be shown in mysql Database (like : C:\Dokumente und Einstellungen\Oliver\Eigene Dateien\Dive-Coop_web\SKOT.jpg). No uploaded file.
If i leave the file tag in form empty and post it to Database, and make the upload of the file in the Formtool administartion area everything works correctly. Then we have an uploaded file and a correct therm (SKOT.jpg)
Here ist my code in Form Tag:
<form action="http://www.dive-cooperation.de/form_tools/process.php" method="post" enctype="multipart/form-data">
<input type="hidden" name="form_tools_form_id" value="22" />
<input type="file" name="Bilddatei">
<input type="submit" value="submit">
</form>
Please can you help me ? What have i done wrong ?
Many thanks to all from - black forrest - Germany
Oliver