function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Veer Singh 1Veer Singh 1 

I am getting an error while uploading content into library using action function from visualforce page.

When action function calls apex controller method to upload a file it shows an error and abort the execution.

It shows a message when i start execution of action function.

Request entity is too large
You have an request that is too large (posted form is too big, URL is too long, etc)
__MISSING LABEL__ PropertyFile - val JettyIllegalRequest_reason not found in section Exception: Form too large 26976850>25000000

User-added image
SonamSonam (Salesforce Developers) 
Could you please share the code of your VF page and controller - wil try to repro this on my setup.
Travis HendrixTravis Hendrix
Veer Singh 1,
did you ever find a solution to your problem?