Hey guys! What's shakin'?
Here is the perdicament:
I've got a form that is uploading an image using POST and <input type="file"> and all that jazz. For some reason, whenever I choose a file from my computer and click submit, the page reloads and then nothing comes back from $_POST. It used to work, but now it doesn't and I haven't a clue what I've changed. The form tag looks like this:
<form name="form" action="edit_project.php" method="POST" ENCTYPE="multipart/form-data">
If I use the form without choosing an image, it returns everything perfectly, but choosing the image, and having that form field filled in, means no $_POST variables at all... if you have any ideas, please let me know.