Mehar
Mehar

Reputation: 2238

Wordpress file uploading error

I am using visual Form Builder plugin to allow the user to upload files. It works fine for normal files but when i upload the video file of large size approx 25MB then it ends up with the connection reset and the PHP warning of max upload size exceeds the limit. But then page becomes ir-responsive and does not loads until i clear everything from my browser.

Upvotes: 2

Views: 306

Answers (1)

knif3r
knif3r

Reputation: 449

If you want to increase the website max upload size you should do it in wp_config.php and php.ini it's possible to add it in .htaccess too but that's not the best idea, go into php.ini and wp_config.php and search for upload then increase 25 to whatever you want it to be. If it doesn't work then I probably missed something and you can make additional search for increasing upload size in wp or php.

Upvotes: 1

Related Questions