PHP Upload Form - can't upload 200kb image file
问题 I have a form to upload 2 files. They can upload one, or just upload both at the same time. When I upload 2 small image files (both under 100kb), they work perfect. But if one file is larger, say around 200kb, it doesn't work. I already set the max value to "100000" in the hidden tag below, so I'm not sure what else I can do to fix this? <form enctype="multipart/form-data" action="upload.php" method="post"> <b>Image File</b><br /> <input type="hidden" name="MAX_FILE_SIZE" value="100000" /> <b