View Single Post
Old April 16th, 2005, 10:00 AM   #5 (permalink)
WB
Member
Verified Customer
 
Join Date: Jan 2002
Posts: 265
omegatron:

Thanks.

We think we've narrowed down the issue.

Since the blank page came back right after the form submit, that's where we started. Looking in the bulkupload template, there's:

<form action="{$Globals['maindir']}/bulkupload.php" method="POST" enctype="multipart/form-data" onSubmit="submitonce(this)">

If we remove the enctype="multipart/form-data" bulkupload goes through fine.

Questions:

We double checked our ini file, etc. and all is set up the same so not really understanding why the issue with the form type. Any thoughts about other PHP settings to check that might impact forms?

Secondly, will removing the enctype have any negative impact?

Lastly, a question for you and Michael, have you run into any form issues on anyone else's install that might point to what to check?

Thanks.
WB is offline   Reply With Quote