News:

Support for jDownloads 3 has been ended
Since 17 August 2023 Joomla.org has discontinued support for Joomla 3.x. Therefore, we will no longer offer official support for our Joomla 3 jDownloads version 3.9.x from January 2024.
Please update your website to the latest Joomla version (Joomla 4 or Joomla 5) as soon as possible. Afterwards, please update jDownloads to the latest published version. The longer you delay, the more difficult the upgrade process for your website is likely to be.

Main Menu
Support-Forum

Upload exceeding "post_max_size"

Started by Dode, 05.10.2015 14:22:26

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Dode

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.
  •  

Dode

Not tested in frontend, though.
  •  

Arno

#2
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]
Best Regards / Gruß
Arno
Please make a Donation for jDownloads and/or write a review on the Joomla! Extensions directory!
  •