November 2024 M T W T F S S « Jan 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 -
Recent Posts
Archives
Meta
Tags
Tag Archives: configuration
PHP File uploading of Large Files in MAMP PRO
If you want to upload large files and your MAMP setup is not working and giving you an error message (in my case, the $_FILES variables were not being even set), check some parameters in your PHP.INI file. In MAMP … Continue reading
Posted in Uncategorized
Tagged configuration, file uploads, mamp, php
Comments Off on PHP File uploading of Large Files in MAMP PRO
Configuring MAMP PRO
The first thing I did after installing MAMP PRO is change the default ports of Apache and mySQL. Apache = Port 80 MySQL = Port 3306 That way, I don’t have to type port numbers during my testing… i.e. localhost:8080 … Continue reading