You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the filesize option had been removed from the file field in version 2.9.3 (6f7b2e6).
I couldn't find an issue that preceded the removal – I was just wondering why it was removed? If a site has public facing forms with file uploads, it's not given that you would want to use the global filesize limit (for example, you might want to be able to upload larger files through the admin panel).
The text was updated successfully, but these errors were encountered:
I was already thinking about how to do this 'better' so have just pushed a solution where this is added back but defaults back to system PHP limits if value is 0 or larger than PHP value. Please test it out and let me know if this is working as expected (works in my testing).
I noticed that the filesize option had been removed from the file field in version 2.9.3 (6f7b2e6).
I couldn't find an issue that preceded the removal – I was just wondering why it was removed? If a site has public facing forms with file uploads, it's not given that you would want to use the global filesize limit (for example, you might want to be able to upload larger files through the admin panel).
The text was updated successfully, but these errors were encountered: