Large files not uploading - Printable Version +- Community Support for OpenDocMan (Deprecated) (https://forum.opendocman.com) +-- Forum: OpenDocMan Community Discussion (https://forum.opendocman.com/forum-5.html) +--- Forum: OpenDocMan Bug Reports (https://forum.opendocman.com/forum-8.html) +--- Thread: Large files not uploading (/thread-353.html) |
Large files not uploading - bgsys - 12-24-2010 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. Re: Large files not uploading - Stephen - 12-25-2010 I believe this issue is resolved in the 1.2.6 SVN version. |