PHP File Upload with UPLOAD_ERR_INI_SIZE
If you created a multipart/form-data form to upload a file to your server and it gives you an error 1 (UPLOAD_ERR_INI_SIZE) , you need to update the php.ini for your machine. PHP.ini is usually found in /etc/ directory of your server. On my AWS AIM Linux instance the current PHP Version is 5.6 and thus the file […]