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.
3
-
What you want to achieve ?Milap– Milap2016-02-02 06:45:06 +00:00Commented Feb 2, 2016 at 6:45
-
What happens when i clear the browser data ?Mehar– Mehar2016-02-02 06:52:12 +00:00Commented Feb 2, 2016 at 6:52
-
what is the link between the browser data and page, page does not loads untill i clear the browser data after errorMehar– Mehar2016-02-02 06:57:17 +00:00Commented Feb 2, 2016 at 6:57
Add a comment
|
1 Answer
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.