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

ardas’s picture

Assigned: Unassigned » ardas

I'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.

gypsymanz’s picture

upload_max_filesize was the issue, thanks for your help.

Thanks

keith

ardas’s picture

Category: bug » support
Status: Active » Closed (fixed)