html code for uploading .mpegs???

Discussion in 'HTML & Website Design' started by watto, Feb 21, 2007.

  1. #1
    I have a classifieds website and I would like to incorporate the option to upload an mpeg file.

    Is this a simple excersize? All help much appreciated.

    watto
     
    watto, Feb 21, 2007 IP
  2. Corey Bryant

    Corey Bryant Texan at Heart

    Messages:
    1,126
    Likes Received:
    51
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You will be uploading it to the server, so you need to use some type of server side language to write to the server. Chances are you are already using some type of server side language to process the form (ASP, .NET, PHP). Some ASP components are ASPUpload and SAUpload. There is also pure ASP file upload as well.
     
    Corey Bryant, Feb 22, 2007 IP