zenphoto forums » General Zenphoto Discussion

problem with video files upload

(8 posts)
  • Started 10 months ago by georgefan
  • Latest reply from acrylian

Tags:

  1. georgefan

    Junior
    Joined: Jul '12
    Posts: 6

    PHP Warning: POST Content-Length of 21511297 bytes exceeds the limit of 8388608 bytes in Unknown on line 0

    ***********
    I use win7+iis+zenphoto1.4.2.4
    with class-video v1.4.2
    and flowplayer3 v1.4.2
    and hitcounter v1.4.2

    Posted 10 months ago #
  2. Zenphoto development team
    acrylian

    Developer
    Joined: Jul '07
    Posts: 13,342

    Probably a too big file to upload. Try FTP directly.

    Don't forget to read the Forum rules and usage resources
    Posted 10 months ago #
  3. Zenphoto development team
    sbillard

    Chief Developer
    Joined: May '07
    Posts: 9,766

    You did not say when you get this error, probably a critical piece of information!

    The error says that whatever is being posted is too big.

    Don't forget to read the Forum rules and usage resources
    Posted 10 months ago #
  4. georgefan

    Junior
    Joined: Jul '12
    Posts: 6

    continue,
    the video file size for about 25MB

    but

    I can load a 3gp video file for about 1.5MB successfuly

    but,it can't play,even I inatalled quicktime player.

    Posted 10 months ago #
  5. georgefan

    Junior
    Joined: Jul '12
    Posts: 6

    how is the size limit of zenphoto?

    Posted 10 months ago #
  6. Zenphoto development team
    acrylian

    Developer
    Joined: Jul '07
    Posts: 13,342

    Zenphoto does not have a limit but your server has a upload limit (which has nothing to do with playing a file).

    Don't forget to read the Forum rules and usage resources
    Posted 10 months ago #
  7. georgefan

    Junior
    Joined: Jul '12
    Posts: 6

    thank you very much.

    this is my php.ini:

    ;;;;;;;;;;;;;;;;
    ; File Uploads ;
    ;;;;;;;;;;;;;;;;

    ; Whether to allow HTTP file uploads.
    ; http://php.net/file-uploads
    file_uploads = On

    ; Temporary directory for HTTP uploaded files (will use system default if not
    ; specified).
    ; http://php.net/upload-tmp-dir
    ;upload_tmp_dir =

    ; Maximum allowed size for uploaded files.
    ; http://php.net/upload-max-filesize
    upload_max_filesize = 50M

    ; Maximum number of files that can be uploaded via a single request
    max_file_uploads = 20

    ;;;;;;;;;;;;;;;;;;

    Posted 10 months ago #
  8. Zenphoto development team
    acrylian

    Developer
    Joined: Jul '07
    Posts: 13,342

    Probably your POST max size is too small. Anyway, try ftp instead as that bypasses every upload limit.

    Don't forget to read the Forum rules and usage resources
    Posted 10 months ago #

RSS feed for this topic

Reply

You must log in to post.