varioush / krank

Automatically exported from code.google.com/p/krank
0 stars 0 forks source link

File upload stopped working #18

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The file upload support stopped working. It was working.

I noticed that the form was changed to an a4j:form and the enctype was 
taken off.

I changed the form back to an h:form and added back the enctype. Still no 
love. Arggghhhhh

1. Go to EmployeeForm (edit any employee)
2. Upload a file (an image)
3. Go to MySQL Yog and execute select * from Employee and note that no 
file was uploaded

What is the expected output? 
You would expect a file to be uploaded.

What do you see instead?
null bytes

Please use labels and text to provide additional information.

Original issue reported on code.google.com by RichardH...@gmail.com on 6 Sep 2007 at 3:46