I’m still here, I’ve just been playing with the back end of my blog rather than the front end
In doing so I came across another little problem that is widely discussed on the internet, but everyone offers a different solution and none of them worked for me. So here’s the one that did!
The problem is the maximium filesize limit for uploading and importing files, which is commonly set at a 2MB default and causes uploads to fail frustratingly if these maximum Megabytes are exceeded. This is easily resolved when you know how by adding a short lext to your php5.ini file, which I have detailed in a dedicated page in the Technical menu.
