Uploading limits 500mb..

Soulless
Soulless
Offline
0
I have been having a issue, letting myself and my users upload there material to my site. I contacted my host, and they have put my upload limit on my server to the max which is 500mb as it was at 64mb. I still can not upload more than one track/song? what am i missing here... ?
Responses (11)
  • Accepted Answer

    Monday, March 08 2010, 03:45 PM - #Permalink
    0
    what you mean by "upload limit"?

    what is important is max_upload_filesize and post_max_size variables

    can you check their value?
    The reply is currently minimized Show
  • Accepted Answer

    Soulless
    Soulless
    Offline
    Monday, March 08 2010, 05:51 PM - #Permalink
    0
    Where would i check their value?
    The reply is currently minimized Show
  • Accepted Answer

    Soulless
    Soulless
    Offline
    Tuesday, March 09 2010, 03:18 AM - #Permalink
    0
    still having issues... :( I contacted my host, and they increased my variables higher ... still can only upload one or two tracks at a time...
    :(
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, March 09 2010, 04:03 PM - #Permalink
    0
    you can find the values of the variables on
    administrator -> help -> system info -> php information

    look for the variables and tell me their value..
    The reply is currently minimized Show
  • Accepted Answer

    Soulless
    Soulless
    Offline
    Tuesday, March 09 2010, 05:09 PM - #Permalink
    0
    Through ftp? in my root?

    it has a en-gb folder
    &
    helpsotes-15.xml
    index

    thats all thats their if your referring to my root
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, March 09 2010, 05:10 PM - #Permalink
    0
    no man, on JOOMLA

    JOOMLA ADMINISTRATOR

    yoursite.com/administrator
    The reply is currently minimized Show
  • Accepted Answer

    Soulless
    Soulless
    Offline
    Tuesday, March 09 2010, 05:18 PM - #Permalink
    0
    Opps.. :laugh:

    PHP Core

    Directive Local Value Master Value
    allow_call_time_pass_reference On On
    allow_url_fopen On On
    allow_url_include Off Off
    always_populate_raw_post_data Off Off
    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 no value no value
    default_mimetype text/html text/html
    define_syslog_variables Off Off
    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 On On
    error_append_string no value no value
    error_log error_log error_log
    error_prepend_string no value no value
    error_reporting 6135 6135
    expose_php On On
    extension_dir /usr/local/lib/php/extensions/no-debug-non-zts-20060613 /usr/local/lib/php/extensions/no-debug-non-zts-20060613
    file_uploads On On
    highlight.bg #FFFFFF #FFFFFF
    highlight.comment #FF8000 #FF8000
    highlight.default #0000BB #0000BB
    highlight.html #000000 #000000
    highlight.keyword #007700 #007700
    highlight.string #DD0000 #DD0000
    html_errors On On
    ignore_repeated_errors Off Off
    ignore_repeated_source Off Off
    ignore_user_abort Off Off
    implicit_flush Off Off
    include_path .:/usr/lib/php:/usr/local/lib/php .:/usr/lib/php:/usr/local/lib/php
    log_errors On On
    log_errors_max_len 1024 1024
    magic_quotes_gpc On On
    magic_quotes_runtime Off Off
    magic_quotes_sybase Off Off
    mail.force_extra_parameters no value no value
    max_execution_time 300 300
    max_input_nesting_level 64 64
    max_input_time 260 260
    memory_limit 128M 128M
    open_basedir no value no value
    output_buffering no value no value
    output_handler no value no value
    post_max_size 8M 8M
    precision 12 12
    realpath_cache_size 16K 16K
    realpath_cache_ttl 120 120
    register_argc_argv On On
    register_globals Off Off
    register_long_arrays On On
    report_memleaks On On
    report_zend_debug On On
    safe_mode Off Off
    safe_mode_exec_dir no value no value
    safe_mode_gid Off Off
    safe_mode_include_dir no value no value
    sendmail_from no value no value
    sendmail_path /usr/sbin/sendmail -t -i /usr/sbin/sendmail -t -i
    serialize_precision 100 100
    short_open_tag On On
    SMTP localhost localhost
    smtp_port 25 25
    sql.safe_mode Off Off
    track_errors Off Off
    unserialize_callback_func no value no value
    upload_max_filesize 500M 500M
    upload_tmp_dir no value no value
    user_dir no value no value
    variables_order EGPCS EGPCS
    xmlrpc_error_number 0 0
    xmlrpc_errors Off Off
    y2k_compliance On On
    zend.ze1_compatibility_mode Off

    Thank you B)
    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, March 09 2010, 05:21 PM - #Permalink
    0
    man I only asked two values!!!! you could search them yourself... anyway.. see:

    post_max_size 8M
    upload_max_filesize 500M

    as you can size upload_max_filesize is perfectly good (its in fact too big, if you ask me!), the problem is that your hosting guys didnt upgrade the max_post_size... wich is as important as upload_max_filesize

    I mean, one does nothing without the other. so there you go the reason of your problem: your limit is 8M. if you try to upload various files and the sum of all them is more than 8M, only the first song or maybe the two first will be uploaded

    ....
    The reply is currently minimized Show
  • Accepted Answer

    Soulless
    Soulless
    Offline
    Tuesday, March 09 2010, 05:27 PM - #Permalink
    0
    My fault, i just posted that just in case you seen anything else that might have been causing these issues, that perhaps i was unaware of . Anyway thanks again! B)
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, March 18 2010, 12:16 PM - #Permalink
    0
    We have another issue: The server upload_max PHP value is set to 200MB, whereas we want the Music Collection users to have a max_upload_size of 10MB.

    How can we adapt this?
    The reply is currently minimized Show
  • Accepted Answer

    Thursday, March 18 2010, 05:18 PM - #Permalink
    0
    well if you want different uploading sizes for your server and your mc users you need custom coding... there's no other way you can do this otherwise
    The reply is currently minimized Show
Your Reply