OK, I seem to have it working now. I dropped a copy of my php.ini into the file upload directory, and another in the parent folder where my original .htaccess is. Now, it's not allowing uploads of larger files.
Just two questions now:
1. It's not uploading the larger files, but it's not for the want of trying. When I try to upload a 3mb file, the little ajax-loader spins for a very long time as though it's actually uploading. It takes a few minutes, then just stops with no message.
Is there a way to make it determine the file size 'before' attempting to upload and perhaps give the user a message that their file is too large and hasn't been uploaded?
2. Other than custom coding the index.php file, is there a way to make php.ini ot .htaccess deny the upload of certain file types and only allow .gif .jpg .png ?


Reply With Quote
