|
What is your maximum PHP uploadable filesize this is usually 2mb in a default php install.
You may need to raise the memory_limit higher with big files like that and GD2. Some GD2 installs are known to steal PHP memory and result in PHP shutdown which is what happens when you get a white page.
|