D
Daf
Hello,
I help out with tech support for a php/mysql forum software company.
I've had a couple of cases that have me stumped and I was hoping one of you
might shed some light on this for me.
We use the form "post" method for posting (new thread, new poll, and edit).
Here is the comlplete form tag:
<form method="post" name="input" action="post.php?action=newthread&fid=
$fid" enctype="multipart/form-data">
Out of thousands of forums there will a couple that will not post the data
- the page just refreshes - the data is not sent.
IF I remove the "enctype="multipart/form-data" from the form tag it will
post normally - however the ability to attach images is broken at that
point.
My question is: is this a server configuration issue? Do some servers not
support multipart/form-data?
I can't figure out what is happening when this occurs.
I would appreciate any insights.
Thanks
Daf
I help out with tech support for a php/mysql forum software company.
I've had a couple of cases that have me stumped and I was hoping one of you
might shed some light on this for me.
We use the form "post" method for posting (new thread, new poll, and edit).
Here is the comlplete form tag:
<form method="post" name="input" action="post.php?action=newthread&fid=
$fid" enctype="multipart/form-data">
Out of thousands of forums there will a couple that will not post the data
- the page just refreshes - the data is not sent.
IF I remove the "enctype="multipart/form-data" from the form tag it will
post normally - however the ability to attach images is broken at that
point.
My question is: is this a server configuration issue? Do some servers not
support multipart/form-data?
I can't figure out what is happening when this occurs.
I would appreciate any insights.
Thanks
Daf