12-24-2010, 06:10 PM
Hi I was having issue uploading files larger that about 50MB.
I updated my config.php max_filesize to 104857600 (100MB) and I updated the php.ini post_max_size to 100M and upload_max_filesize to 100M and it still gave the error Please upload a valid file.
What I found was that on line 136 of add.php there is a line that reads "<input type="hidden" name="MAX_FILE_SIZE" value="50000000">" (47.7MB) When I changed it. I was able to upload the larger files.
I updated my config.php max_filesize to 104857600 (100MB) and I updated the php.ini post_max_size to 100M and upload_max_filesize to 100M and it still gave the error Please upload a valid file.
What I found was that on line 136 of add.php there is a line that reads "<input type="hidden" name="MAX_FILE_SIZE" value="50000000">" (47.7MB) When I changed it. I was able to upload the larger files.