Hi Andrew Thanks for all your Support.
Question
I have Music that is 2.43M MY PHP.INI file says 2M Max UPLOAD I changed it to 3 but IDM Does not notice it. and I get the over 2M Message.
What to do so I can Upload Music File that are more then 2M.
INFO
LDM (admin settings) 2.2.6
file_icons_dir images/ldm_icons/
local_file_root No
local_file_root_prefix (not set)
File uploads Enabled
upload_dir ldm_upload
thumbs_dir forum/images/ldm_thumbs
PHP (php.ini) 4.4.4
allow_url_fopen Yes
cURL Yes
GD2 Yes
open_basedir (not set)
post_max_size 8M
upload_max_filesize 2M
MySQL (my.ini) 4.1.21-standard-log
wait_timeout 100
Low value for MySQL wait_timeout
Highlighted in red you see the 2M
This is the line of code in my PHP.INI I changed to 3M
PHP Code:
;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;
file_uploads = On ; Whether to allow HTTP file uploads
;upload_tmp_dir = ; temporary directory for HTTP uploaded files (will use system default if not specified)
upload_max_filesize = 3M ; Maximum allowed size for uploaded files
My Question is that most Music files are more then 2M or should they be uploaded in a zip format but then they will not play in that format.
I wanted to let users upload Music, but Most Music files are like 2.34M
What to do and How could I fix this in IDM
Thanks
I Inclosed a zip of my PHP.INI if needed