|
You would need to post a url if you want me to comment on some rogue thumbnail
As far as the number thing I would think you tried to upload an image over your PHP max upload size limit of 2mb and your server freaked out dropped it and the filename was somehow split up as image names.
I have seem this happen on some setups. Try altering your PHP to max upload filesize to 8mb
|