Sunday, December 3, 2023
HomeFun With ProgrammingVideo is not uploaded in Wamp Server in PHP and I also...

Video is not uploaded in Wamp Server in PHP and I also not getting any error.

I think, You don’t updated your php.ini file for uploading video.

First of All, Update these parameters in your php.ini file, then try again,

Open C:\wamp\bin\apache\apache(version-Code)\bin\php.ini or follow steps that displays in above image.

Find this in it.

post_max_size = 8M
upload_max_filesize = 2M
max_execution_time = 30
max_input_time = 60
memory_limit = 8M

and replace it by ….

post_max_size = 700M
upload_max_filesize = 700M
max_execution_time = 5000
max_input_time = 5000
memory_limit = 1000M

then, restart wamp and try again, uploading.

You May Also Like:–

Priya Chauhan
Priya Chauhanhttps://rkrknowledge.com/
Hi 👋, Myself Priya Chauhan from India. Content Editor | Coder | PHP Developer | UI Designer. I try to learn something new every day and share that knowledge with my friends.

LEAVE A REPLY

Please enter your comment!
Please enter your name here

- Advertisment -

Stay Connected

33FansLike
60FollowersFollow
520SubscribersSubscribe

Most Popular

Recent Comments