- This topic has 5 replies, 2 voices, and was last updated 1 month, 2 weeks ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › Toothy Theme Support › increase upload size for video
Hi,
I am trying to upload a video but it says exceed size. is there a way to increase what size i can upload.
thanks
Hi,
It may be an execution time issue; kindly set given time limits.
max_execution_time = 300
max_input_time = 1000
memory_limit = 256M
post_max_size = 64M
upload_max_filesize = 64M
upload_max_size = 64M
Regards,
Dave
Hi Dave
Thanks for the response.
would it only time out after a certain time?
it will not even try and upload it?
Thanks
Martin
Hi,
That is a required memory limit for WordPress, if you want to know how may media size can upload on media library when you upload new image or video on media library at the bottom “Maximum upload file size: 2 GB.” are display see given screenshot :
https://www.wpbeginner.com/wp-content/uploads/2011/02/check-current-file-upload-limit.png
Regards,
Dave
hi
mine shows this
Media Library Add Media File
Close uploader
Drop files to upload
or
Select Files
Maximum upload file size: 8 MB.
how can i increase the size of the allowed max file.
Thanks
Martin
Hi,
Kindly set max file size limit to increase upload max size media. Kindly ask about this to your hosting how to increase this.
upload_max_filesize = 128M
Regards,
Dave