Results 1 to 2 of 2

Thread: Is the a way to limit the length of file uploads?

  1. #1
    Join Date
    Aug 2007
    Location
    Everywhere
    Posts
    16

    Default Is the a way to limit the length of file uploads?

    Is the a way to limit the length (time) of file uploads?
    ALos, is there a way to limit the size of individual files?

  2. #2
    Join Date
    Apr 2007
    Posts
    2,202

    Default Re: Is the a way to limit the length of file uploads?

    In templates/upload.tpl, you can change file size limit

    <input type="hidden" name="MAX_FILE_SIZE" value="1048576000">
    1048576000 is max file size in bytes.

    Also you can set file size limit in your php.ini

    This is file size limit, there is no way to limit video length as only after uploading the video, we can find its size.

Similar Threads

  1. -PHP Warning: POST Content-Length exceeds limit-
    By bren13240 in forum Installation Support
    Replies: 6
    Last Post: 06-24-2008, 01:07 PM
  2. Length Of File Name Cut Short For Downloads
    By gary in forum Installation Support
    Replies: 1
    Last Post: 05-09-2008, 11:23 PM
  3. File uploads but nothing else...
    By justchil in forum Installation Support
    Replies: 2
    Last Post: 01-02-2008, 08:35 AM
  4. Setting php.ini for Large File Uploads
    By admin in forum Frequently Asked Questions
    Replies: 0
    Last Post: 06-08-2007, 05:08 PM
  5. Won't allow large file uploads
    By mersh in forum Installation Support
    Replies: 1
    Last Post: 06-08-2007, 04:42 PM

Bookmarks

Posting Permissions

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