Tagged Questions
1
vote
3answers
420 views
ColdFusion/Linux multipart/form-data encoding file upload issue
I'm posting a form in ColdFusion on Linux. Form has a file field. CF requires the enctype="multipart/form-data" attribute on the form tag. If I have this, I get a "JRun Servlet Error - 500 No such ...