I'm using a form with enctype="multipart/form-data" to specify an image file for upload in a HTML/PHP based admin system.
It used to work fine in PHP3, but since a server upgrade, the page just keeps reloading when submit is hit. Removing the enctype allows operation to continue, although obviously it doesn't work properly...
Any ideas?