Author Topic: Download URL problem  (Read 2724 times)

0 Members and 1 Guest are viewing this topic.

Offline Maniac

  • Newbie
  • *
  • Posts: 45
    • View Profile
Download URL problem
« on: December 29, 2005, 05:37:24 AM »
I have a video category and want to specify a download url for each video so that the videos are viewed locally rather than on my server.

What I'm doing is the following:

1. Uploading both the video and a single frame of the video into the video category.
2. After validating the image/video I set the actual video (.mov file) to "inactive" so it does not show up in the category listing
3. Then, I set the download url of the image to point to the actual video file - i.e. "/data/media/50/movie.mov"

When I browse to the image and try to download the video by clicking the download button It simply attempts to download the image "/download.php?image_id=1075"

any advice would be appreciated.