WPIntell

Source evidence

[Plugin: Upload Widget] Video upload?

Upload Widget · support · 2011-11-27T05:09:00+00:00

complaintsentiment
mediumseverity
0.92relevance
5replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

2 / 30 rows with source links

6.7% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
rilescott unresolved
I’m trying to allow visitors to upload .mov, .m4v, and .mp4 files but nothing happens. I tested uploading .jpg files and it worked fine, but not video files. Any help? http://wordpress.org/extend/plugins/upload-widget/ Can you upload a very small file ? What is the size of the file you try to upload ? What is the value of “upload_max_filesize=” in your php.ini ? 1- Ckeck you have enough space in destination folder 2- Ckeck the size set in your wordpress option “Max upload file size:” 3- In your php.ini check these options: max_execution_time = 120 upload_max_filesize = 400M try to increase these options. Don’t forget to restart your apache server after any modifications of php.ini In network admin setting of your WordPress verify that the extensions mov, m4v and mp4 are included in “Upload file types” option. Thanks for your response. Yes, I can upload a small jpg. I’m currently trying to upload a 5MB file, but it keeps timing out. Maybe a dumb question, but how do I access my php.ini? php.ini is a configuration file of your web server. Which server web are you using and on which OS ? I’m using Dreamhost and Apple IOS 10.6.8. The site I am trying to use video upload feature on is http://www.groupmagazine.com…it’s in the footer. As your web site is hosted on the server of a web hosting service provider you don’t have access to the php.ini. The only thing you can verify is the network admin setting of your WordPress. Check these two options: 1- “Upload file types”: The extensions mov, m4v and mp4 must be included in this option. 2- “Max upload file size”: If necessary increase the value of this option.

Comments

5 shown
monpelaud 2011-11-28T19:40:00+00:00

Can you upload a very small file ? What is the size of the file you try to upload ? What is the value of “upload_max_filesize=” in your php.ini ? 1- Ckeck you have enough space in destination folder 2- Ckeck the size set in your wordpress option “Max upload file size:” 3- In your php.ini check these options: max_execution_time = 120 upload_max_filesize = 400M try to increase these options. Don’t forget to restart your apache server after any modifications of php.ini In network admin setting of your WordPress verify that the extensions mov, m4v and mp4 are included in “Upload file types” option.

rilescott 2011-12-06T19:39:00+00:00

Thanks for your response. Yes, I can upload a small jpg. I’m currently trying to upload a 5MB file, but it keeps timing out. Maybe a dumb question, but how do I access my php.ini?

monpelaud 2011-12-07T19:52:00+00:00

php.ini is a configuration file of your web server. Which server web are you using and on which OS ?

rilescott 2011-12-13T23:04:00+00:00

I’m using Dreamhost and Apple IOS 10.6.8. The site I am trying to use video upload feature on is http://www.groupmagazine.com…it’s in the footer.

monpelaud 2011-12-14T19:39:00+00:00

As your web site is hosted on the server of a web hosting service provider you don’t have access to the php.ini. The only thing you can verify is the network admin setting of your WordPress. Check these two options: 1- “Upload file types”: The extensions mov, m4v and mp4 must be included in this option. 2- “Max upload file size”: If necessary increase the value of this option.