My upload process runs just fine when uploading smaller images, but i want my users to be able to upload 3mb pictures. Whenever i try and upload anything greater than around 2mb, i get this message "0 uploads were successful." I'm running php5 on apache 1.3.33 (mac os x 10.3). I've goen through my php.ini file and set the following variables as:
max_execution_time = 240
max_input_time = 240
memory_limit = 128M
file_uploads = On
upload_tmp_dir = /phptemp
upload_max_filesize = 50M
allow_url_fopen = On
post_max_size = 100M
everything is CHMOD 777
is there something i'm missing here? do i need to change a setting? I know some of those values are bigger than they need to be, but I was trying to rule any possible problem out, but i'm stumped.
thanx for the help.
who is the dumbass in the forum???
<--- this guy
was working in the wrong php.ini file.
for other mac users, make sure you are working on the ../usr/local/php5/lib/ directory and not in ../etc
I apparently have 3 php.ini files. hizah!