what are the setting that are to be edited in phpini. files to upload a file of 5mb.
PHP.ini: upload_max_filesize = 200M post_max_size = 200M
Regards, Alex
Re: To upload files of 5mb
PHP.ini:
upload_max_filesize = 200M
post_max_size = 200M
Regards,
Alex