OK I got it...
After remembering needing a PHP.ini file for my server with Slide Show Pro Director I went over to there forum and looked around.
Since I didn't have a PHP5.ini file in my root directory on my godaddy account, this is how i created a php5.ini file and got rid of that 2mb upload issue I had.
This is what i did and it works GREAT!
This is the way I did it, it may be done other ways I have no idea.
1- I took any PHP file from my server, anything with the little note pad icon with what looks like a gear wheel on it and copy it to my desktop.
2- Re named it PHP5
3- Erased any info that way written in the file before hand and added my info below...
upload_max_filesize = 50M
post_max_size = 55M
memory_limit = 64M
4- Upload it to the root directory
5- Save and check your admin/server settings. If all good then your done.
For some reason the "upload_max_filesize" has to be larger than the "post_max_size"
And i didn't have to do a server reboot.
I hope this helps anyone that wants to be able to upload larger files.
Lesko



