|
I never put one in my setup folder so that was probably why nothing worked for me. Works now...Thanks!
I have a different php upload script I use and needed to get pass the 2 MB limit. I created a php.ini file in that folder and put just this line in it.
upload_max_filesize = 10M
That seemed to work for me.
|