Closed (fixed)
Project:
Media Field
Version:
5.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
12 Feb 2007 at 20:24 UTC
Updated:
22 Feb 2007 at 09:16 UTC
Hi
I am trying to use the videofield.module to add video to a node but only .wmv files will up load others like .avi .flv don't get saved to the server.
The getid3 library is installed and working.
I am using drupal 5.0
Thanks
Keith
Comments
Comment #1
ardas commentedI've just tried to upload FLV and everything was okay.
I think you might forgot to specify desired extensions in 'Permitted uploaded file extensions' field when setting up a video field. Go to your video field settings for the content type you've created and check extensions in 'Permitted uploaded file extensions' textfield.
Also, please check upload_max_filesize PHP setting which may block upload of big files.
In the end, if nothing will work please notice the error or warning message which occures when you try to upload a file.
Thanks.
Comment #2
gypsymanz commentedupload_max_filesize was the issue, thanks for your help.
Thanks
keith
Comment #3
ardas commented