Closed (duplicate)
Project:
PlUPload File Widget
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
31 Mar 2016 at 22:02 UTC
Updated:
16 Oct 2021 at 17:43 UTC
Jump to comment: Most recent
Comments
Comment #2
david_garcia commentedComment #3
david_garcia commentedYou can define the maximum upload size on a field level. Probably you did not change this value.
This is something that needs to be improved because the client PLUpload widget should complain "before" uploading the file, and not after the upload process has completed. That is very bad UX.
Comment #4
Javasavvy commentedI have this same issue after installing the appropriate patches for this module and the plupload integration module( which makes the uploaded file a mangedFile) such that it gets transfered to a private directory. The drupal core kicks back a message that the file exceeds the size matching my post_max_size setting in php.ini, despite my setting in the php.ini and the content form will no longer submit.
Comment #5
budalokko commentedI am sorry but this is not true:
If you set in that field a very big value plupload works fine and uploads the file in chunks, but core file validation fails as it still evaluates size against PHP settings.
I have sent a more detailed explanation with code in the other duplicate issue to this one #2883893: Cannot upload large files above PHP.ini limits.
One of them should be closed, I think.
Comment #6
budalokko commentedDuplicate of #2883893: Cannot upload large files above PHP.ini limits.