Skip to main content
Inspiring
March 26, 2008
Question

Delete flv from server

  • March 26, 2008
  • 2 replies
  • 693 views
How do I delete an flv file from a media server? I have an application in which registered users can store flv files. When a user is removed from the system, I want to remove their name from a database and all of their videos from the server. I've taken care of deleting the users from the database, but don't know how to get rid of their videos. I have all of the file names stored in the database, so thatis not a problem.

Thanks!
    This topic has been closed for replies.

    2 replies

    Graeme Bull
    Community Expert
    Community Expert
    March 27, 2008
    You can have a server side code go through the list and call clear() on the stream object. Check out the docs on the server side stream object and it will become "clear" to you on how to do it (har har).
    Inspiring
    March 26, 2008
    you can do it using a php file that delete the flv files as you delete other
    files, managing file sentences


    "SiHoop" <webforumsuser@macromedia.com> escribió en el mensaje
    news:fsdkuu$kao$1@forums.macromedia.com...
    > How do I delete an flv file from a media server? I have an application in
    > which
    > registered users can store flv files. When a user is removed from the
    > system, I
    > want to remove their name from a database and all of their videos from the
    > server. I've taken care of deleting the users from the database, but don't
    > know
    > how to get rid of their videos. I have all of the file names stored in the
    > database, so thatis not a problem.
    >
    > Thanks!
    >