PHP upload limit is enforced despite what module page says

Created on 14 July 2024, 4 months ago

Problem/Motivation

On the module user page we have Allows to upload large files (over 2 GB) even to 32bit servers and bypassing PHP's upload limits..
However when trying to upload a larger file we face the error :

File large-file.mp4 is 914.97 Mo, exceeding the maximum file size of 128 Mo.

Is it working as expected and thus the claim on the module page should be removed ?
Or is there a bug to be fixed ?

Steps to reproduce

Upload a file larger than PHP max_ulpoad_size setting which is visible just under the file_resup upload widget

🐛 Bug report
Status

Closed: works as designed

Version

2.0

Component

Code

Created by

🇫🇷France tostinni

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @tostinni
  • Status changed to Closed: works as designed 4 months ago
  • 🇫🇷France tostinni

    For this to work you need to set the "Maximum upload size" and make it bigger than your current PHP max_ulpoad_size.
    The value is in byte.

Production build 0.71.5 2024