You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "McIsaac, Dave (IndSys, Peterborough)" <Da...@ge.com> on 2003/11/26 20:04:53 UTC

[users@httpd] Multipart/Form-Data

Hi
I just switched from Apache Server v1.3 to v2.0. Why doesn't my cgi script read of multipart/form-data work?
My cgi script is written in tcl and the command I use is "set input [split [read stdin $env(CONTENT_LENGTH)] \n]"
Thanks

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Multipart/Form-Data

Posted by Robert Andersson <ro...@profundis.nu>.
McIsaac, Dave  wrote.
> I just switched from Apache Server v1.3 to v2.0. Why doesn't my
> cgi script read of multipart/form-data work?

Is it only that specific type of encoding that fails, or any type of POST
request?

Regards,
Robert Andersson


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org