I have this in my phpini-file
Code:
;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;
; Whether to allow HTTP file uploads.
file_uploads = On
; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
;upload_tmp_dir =
; Maximum allowed size for uploaded files.
upload_max_filesize = 20M
not this
what it is this "20M" ? it will be 20mb ?
I want that it gives uploads of the 5 mb minimum, what I must modify in this code?
thank you..