I developed a simple tool to allow users to upload .GIF image files.
It works great on my dev box and $_FILES['file']['type'] returns
"image/gif", but on the prod site it returns "applicatio n/octet-stream".
Any suggestions would be greatly appreciated.
It works great on my dev box and $_FILES['file']['type'] returns
"image/gif", but on the prod site it returns "applicatio n/octet-stream".
Any suggestions would be greatly appreciated.
Comment