Community Support for OpenDocMan (Deprecated)

Full Version: Large files not uploading
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 believe this issue is resolved in the 1.2.6 SVN version.