Results 1 to 2 of 2

Thread: validate video file format

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jul 2005
    Posts
    840

    Question validate video file format

    how to validate video file format?/

    Code:
     if ($HTTP_POST_FILES['file']['type'] != "image/gif" {
    if change to this:
    Code:
     if ($HTTP_POST_FILES['file']['type'] != "video/wmv" {
    can work?

  2. #2
    Fanatic Member
    Join Date
    Oct 2004
    Posts
    751

    Re: validate video file format

    Last edited by k1ll3rdr4g0n; Nov 8th, 2005 at 09:10 PM.
    My Projects: [ Instant Messagener Client/Server ] [ VBPictochat ]

    My Sites:
    [ Datanethost ]
    [ Helpdesk ]

    Remember if my post was helpful then Rate This Post.

Posting Permissions

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



Click Here to Expand Forum to Full Width