Quote:
Originally Posted by Adult SEO
You may try adding this to the registration form in 3.7 for it to work:
ENCTYPE="multipart/form-data"
|
Unfortunately this did not help. The changed part looks like this now:
Code:
<form action="register.php?do=addmember" name="register" method="post" onsubmit="return verify_passwords(password, passwordconfirm);" ENCTYPE="multipart/form-data">
Any other ideas?