> [EMAIL PROTECTED] wrote:
> 
> > Lynx appears to have a problem with "Phorum", a BBS-style messaging
> > software having a web interface. Reading is OK, but attempts to post
> > always result in the following error:
> > 
> >    Warning: File upload error - no name component in content disposition
> >    in /usr/local/apache/htdocs/phorum/post.php3 on line 1
> >    Warning: Cannot add more header information - the header was already
> >    sent (header information may be added only before any output is
> >    generated from the script - check for text or whitespace outside PHP
> >    tags, or calls to functions that output text) in
> >    /usr/local/apache/htdocs/phorum/post.php3 on line 13

These are internal error messages of the server.  They would only
make sense to the people with access to
/usr/local/apache/htdocs/phorum/post.php3 on the server.

Does posting from other clients than lynx result in the same messages?

Anyway, the server (i.e., PHP scripts) seems confused.  The messages
talk about file upload, but I don't see any indication that the
FORM used for submitting text has something to do with file upload
(there is no <INPUT TYPE=FILE ...>, at least in the HTML I get
for <http://www.nerd-out.com/forum/read.php3?num=2&id=1134&loc=0&thr
ead=1134>).

> >   Lynx 2.8.2rel.1 (01 Jun 1999) (development version) - compile time options
> > 
> > File that you are currently viewing
> > 
> >    Linkname: phorum - DVD Playback - Abyss Solution.... Test This
> >         URL:
> >           http://www.nerd-out.com/forum/read.php3?num=2&id=1134&loc=0&thr
> >           ead=1134

> > Link that you currently have selected
> > 
> >    Linkname: Post
> >      Method: POST
> >     Enctype: multipart/form-data
> >      Action: http://www.nerd-out.com/forum/post.php3

Note that the form uses "multipart/form-data", which is a bit unusual,
thus maybe less well tested in lynx than the common
"application/x-www-form-urlencoded".  But it has been implemented in
Lynx for a long time.  It should work fine, as long as it's not
used for file upload.

   Klaus

Reply via email to