File Upload Error

hmaddy

Verified User
Joined
Apr 17, 2019
Messages
288
when try to upload a theme in wordpress, its throwing some errors like this.

HTTP request length 131768 (so far) exceeds MaxRequestLen (131072),
 
trying increase some limit


./public_html/.user.ini
Code:
upload_max_filesize = 1023M
post_max_size = 1024M
 
Back
Top