Hi,
the file upload is on page 3.
This is what the debugger shows me on page 4:
But on page 5 [datei1] is empty!
All other data works correctly!
the file upload is on page 3.
This is what the debugger shows me on page 4:
Array
(
[datei1] => Array
(
[name] => 20121017164531_test.jpg
[original_name] => test.jpg
[path] => /Applications/MAMP/htdocs/25test/components/com_chronoforms/uploads/bewerbung/20121017164531_test.jpg
[size] => 40745
[link] => http://localhost/25test/components/com_chronoforms/uploads/bewerbung/20121017164531_test.jpg
)
)
But on page 5 [datei1] is empty!
Array
(
[datei1] =>
)
All other data works correctly!