jDownloads Support Forum

Older Versions => jDownloads 3.2 (Support ended) => Bugs => Topic started by: Dode on 05.10.2015 14:22:26

Title: Upload exceeding "post_max_size"
Post by: Dode on 05.10.2015 14:22:26
In backend, when trying to upload a file exceeding the "post_max_size", no error is thrown, and you're bringed  back to the JDownloads index page (backend), loosing all datas entererd in the form.
PHP 5.5.9 / Apache 2.4.7.
Title: Re: Upload exceeding "post_max_size"
Post by: Dode on 05.10.2015 14:38:37
Not tested in frontend, though.
Title: Re: Upload exceeding "post_max_size"
Post by: Arno on 06.10.2015 14:44:02
Hi Dode,
i have added a correct
<input type="hidden" name="MAX_FILE_SIZE" value="<?php echo ($ini_upload_max_filesize); ?>" />
for the file input fields. But this seems not to avoid this problem. Strange.

So i have added a special hint behind from the file upload fields. See pic.
Not really a bugfix but this should be a help.  ::)

Please try the (unzipped) file below and copy it to administrator/components/com_jdownloads/views/download/tmpl/


[gelöscht durch Administrator]