in reply to AJAX file upload and "malformed multipart POST: data truncated"

How can I change CGI.pm to accept a "multipart" form POST that only includes data for a file without the boundary string?

You can't, and you really don't want to. The internet relies on standards, and its the rogues that must change, not the other way around.

  • Comment on Re: AJAX file upload and "malformed multipart POST: data truncated"