| Re: Blank white page after uploading an image
I got the same problem, and I figured out that it only occurs when you have a large ammount of images you want to bulk upload.
If you try choosing 100 to process at a time, you'll get the white screen.
Instead, try doing 10 or 20 and you'll see that it works fine. This is because the POST command in php seems to only handle a max amount of files at a time...
|