Fixed a small bug where very large image uploads were failing.
- I changed the allowed image height and width.
- I changed the filesize (in megabytes) limitation.
- I also changed the max. execution time.
This was the final parameter that needed to be changed, as the other changes had been made many weeks ago, but I was still having issues getting large images to upload. I found what the problem was; increasing the capability of php on the server worked like a charm.
So, if you tried to upload images in the past, but it didn't go so well, please try the same pictures again. You may be surprised to see that they will upload correctly.