• When I upload a file bigger than the 163577856bytes, I get an HTTP error.
    First it uploads the file to the wp-content/uploads/, and it’s OK.
    Then when it uploads the file from wp-content/uploads/ to the azure storage, I can see the file in the azure storage stop to grow up at a size of 163577856bytes, and I get an HTTP error.
    How can I solve this.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Thorsten Ott

    (@tott)

    Hi,

    could you send us the output of phpinfo()? It sounds like you’d be hitting a limit there.

    Thanks
    Thorsten

    Thread Starter zpzyyzp

    (@zpzyyzp)

    Thanks to the reply.

    It’s too long so I post the Core part here.
    Hope this helps

    Core

    PHP Version 5.6.30
    Directive Local Value Master Value
    allow_url_fopen On On
    allow_url_include Off Off
    always_populate_raw_post_data 0 0
    arg_separator.input & &
    arg_separator.output & &
    asp_tags Off Off
    auto_append_file no value no value
    auto_globals_jit On On
    auto_prepend_file no value no value
    browscap no value no value
    default_charset UTF-8 UTF-8
    default_mimetype text/html text/html
    disable_classes no value no value
    disable_functions no value no value
    display_errors Off Off
    display_startup_errors Off Off
    doc_root no value no value
    docref_ext no value no value
    docref_root no value no value
    enable_dl Off Off
    enable_post_data_reading On On
    error_append_string no value no value
    error_log D:\home\LogFiles\php_errors.log D:\home\LogFiles\php_errors.log
    error_prepend_string no value no value
    error_reporting 32767 32767
    exit_on_timeout Off Off
    expose_php On On
    extension_dir D:\Program Files (x86)\PHP\v5.6\ext\ D:\Program Files (x86)\PHP\v5.6\ext\
    file_uploads On On
    highlight.comment #FF8000 #FF8000
    highlight.default #0000BB #0000BB
    highlight.html #000000 #000000
    highlight.keyword #007700 #007700
    highlight.string #DD0000 #DD0000
    html_errors Off Off
    ignore_repeated_errors On On
    ignore_repeated_source Off Off
    ignore_user_abort Off Off
    implicit_flush Off Off
    include_path .;C:\php\pear .;C:\php\pear
    input_encoding no value no value
    internal_encoding no value no value
    log_errors Off Off
    log_errors_max_len 1024 1024
    mail.add_x_header On On
    mail.force_extra_parameters no value no value
    mail.log no value no value
    max_execution_time 300 300
    max_file_uploads 20 20
    max_input_nesting_level 64 64
    max_input_time 60 60
    max_input_vars 1000 1000
    memory_limit 512M 128M
    open_basedir no value no value
    output_buffering 4096 4096
    output_encoding no value no value
    output_handler no value no value
    post_max_size 512M 8M
    precision 14 14
    realpath_cache_size 16K 16K
    realpath_cache_ttl 120 120
    register_argc_argv Off Off
    report_memleaks On On
    report_zend_debug On On
    request_order GP GP
    sendmail_from no value no value
    sendmail_path no value no value
    serialize_precision 17 17
    short_open_tag On On
    SMTP localhost localhost
    smtp_port 25 25
    sql.safe_mode Off Off
    sys_temp_dir no value no value
    track_errors Off Off
    unserialize_callback_func no value no value
    upload_max_filesize 512M 8M
    upload_tmp_dir D:\local\Temp D:\local\Temp
    user_dir no value no value
    user_ini.cache_ttl 300 300
    user_ini.filename .user.ini .user.ini
    variables_order GPCS GPCS
    windows.show_crt_warning Off Off
    xmlrpc_error_number 0 0
    xmlrpc_errors Off Off
    zend.detect_unicode On On
    zend.enable_gc Off Off
    zend.multibyte Off Off
    zend.script_encoding no value no value

    im got some error

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cannot upload file bigger than 163577856bytes’ is closed to new replies.