Hi,I'm trying to Upload a simple File at the Form Submit.
The Debug Message says:
Array
(
[datei_png_jpg_pdf] => Array
(
[name] =>
[full_path] =>
[type] =>
[tmp_name] =>
[error] => 4
[size] => 0
)
)
What does that mean? I can't find an specific Error on the Weblogs. The PHP max file und post size is 50M.Thanks Peter
the most reported reasons online for this error are:
- You possibly have a following input file type field with the same name
- You possibly have nested fileupload forms (or form in a form) or multiple forms on the same page with the same file field name
You need to login to be able to post a reply.