Hi, I've made a script to upload files to a remote ftp server, but it seems that I cannot upload files > 2Meg even tho I have set these values in the script:
$result = ini_set("display_errors","1");
$result = ini_set("upload_max_filesize","50M");
$result = ini_set("max_execution_time","3000");
$result = ini_set("auto_append_file","1");
$result = ini_set("post_max_size","50M");
only problem is when i check phpinfo() it only changes the local values not the master values so the master value for upload_max_filesize = 2M still, could this be the problem?
here's some values for the phpinfo
post_max_size 8M 8M