I have a problem with uploading on a webpage that I am creating. I am using a normal HTML upload script and am processing it with PHP. The first problem is this: using the 'MAX_FILE_SIZE' parameter does not do anything. That's easily solved in PHP, so no big problem there. My second problem is that, regardless of what value I assign to MAX_FILE_SIZE or if I don't have it, it won't allow me to upload more than about 2.5MB IIRC. It just doesn't appear in the PHP.
Anyone know what's happening and how to fix it? If it makes any difference, I'm running it of my own PC using the Abyss web server.
Anyone know what's happening and how to fix it? If it makes any difference, I'm running it of my own PC using the Abyss web server.