|
That example shows a server freak out. I have seen that happen a few times over the years on some server setups when someone tried to upload an image that is over the php settings max upload filesize of 2mb. There is no image there your server dropped it and I think somehow the filename is being split up and recorded in those fields.
You should ensure your users are not uploading images over the server limit and I would make sure you have your php limit in upload options set to match your server max upload filesize of 2048
|