PHP - Best way to upload large Vid Files?

Discussion in 'PHP' started by advancedfuture, Jan 6, 2008.

  1. #1
    I am currently using $_FILES / Post form to upload my video's to my server. But I haven't tested anything really large. Is this the most expeditious method of uploading or should I be using another method?
     
    advancedfuture, Jan 6, 2008 IP
  2. Barti1987

    Barti1987 Well-Known Member

    Messages:
    2,703
    Likes Received:
    115
    Best Answers:
    0
    Trophy Points:
    185
    #2
    That is the only method that exist, as far as I know.

    You can use Java/VbScript or Flash to process the uploads, but there only exist one method for uploading, which is POST FILE.

    Peace,
     
    Barti1987, Jan 6, 2008 IP
  3. Javof

    Javof Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Yes,This is a most quick method!
     
    Javof, Jan 6, 2008 IP
  4. Javof

    Javof Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Azizny, Untruth. Exists method PUT.
     
    Javof, Jan 6, 2008 IP
  5. kendo1979

    kendo1979 Peon

    Messages:
    208
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    the maximum file size uploaded depends on your php.ini setting. but there is a maximum size php can handle, which i forgot the value.
     
    kendo1979, Jan 6, 2008 IP