PDA

View Full Version : Uebimaiu max attach files?


bigboy
07-20-2006, 07:27 AM
uebimaiu max attach files? i need set to attach files 20 MB

burning_vn
10-29-2007, 10:23 PM
Please edit the php config file:


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

; Maximum size of POST data that PHP will accept.
post_max_size = 8M

And

;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;

max_execution_time = 120 ; Maximum execution time of each script, in seconds
max_input_time = 360 ; Maximum amount of time each script may spend parsing request data
;max_input_nesting_level = 64 ; Maximum input variable nesting level
memory_limit = 128M ; Maximum amount of memory a script may consume (128MB)

whatever the value you want.