Delete flv from server

Ask a Question related to Macromedia Flash Flashcom, Design and Development.

  1. #1

    Default Delete flv from server

    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!

    SiHoop Guest

  2. Similar Questions and Discussions

    1. Delete Image from Server
      I have been unable to find instructions for deleting images from the server. My client would like to clean up his folders and remove images he is no...
    2. Delete files in server
      No it's not. The only way to delete files on the server is to have direct access to it through a FTP program. The one I use is FTP Commander it's...
    3. How to read an SQL Server into a ASP page and then change, add, delete and write it back to SQL Server
      Hello All I need to read a SQL Server table into a Web Page and within the Web Page to permit my users to make changes to the records, delete or...
    4. mail auto delete from POP server
      I would like to write a program that deletes all mails from my popserver which are older than 'n' days Is there a script available already. If I...
    5. Help with linked server qry (error doing delete!)
      Hi all, We are trying to insert rows from one table on an application db server into a destination table on a linked server. First we do a...
  3. #2

    Default Re: Delete flv from server

    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!
    >

    Dpto. Programacion Prodigia Consultores Guest

  4. #3

    Default Re: Delete flv from server

    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).

    Graeme Bull Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139