Up until recently I\'ve been using some PHP to upload photos to a site. But suddenly it\'s started triggering all sorts of error messages.
I use a form that on actio
Change these parameters in your php.ini file; (Currently it allow only 2Mb size to upload and post). Sometimes it's reason for these errors.
upload_max_filesize = 500M post_max_size = 500M max_execution_time = 120