When a video is uploaded via the upload_module it seems that video_module is not providing the correct file location under the edit or play function.

It looks like the drupal temp folder is somehow getting mixed into this somehow.
The file gets copied to the files/videos directory as it should and when I manually correct the URL in edit it will play properly.

Bad url output from upload_module given to video_module:
http://www.mydomain.com/files/d:/drpath/temp/video/viz.wmv

Manually corrected url:
http://www.mydomain.com/files/videos/viz.wmv

My drupal temp folder is held at d:\drpath\temp and is properly configured under Administrator > Settings > File system settings.

Thanks!
-Darryl

Comments

fax8’s picture

Status: Active » Closed (duplicate)

this is a duplicate of http://drupal.org/node/69624

Same problem there.

Fabio