simplified version of my script:
<form name="formName" method=POST enctype="multipart/form-data" action="somescript.php">
<input type="text" name="strText">
<input type="file" name="strURL">
<input type="submit">
</form>
When I run this script on MY browser, everything works perfectly.
When SOME coworkers run this script, POST inputs are IGNORED!
Server is M$ NT
in php.ini, file_uploads = On
Only one particular client among my coworkers can't run this script! Everyone has IE5, so it's not a browser version problem...what gives?