After updating to php 5.3 one of our systems has developed an interesting bug. It parses csv files and the first step is to show the user what they have uploaded to check it over before confirming.
However we have run into a bug where some files upload, but aren't read. The weird thing is if we take the data from those files, copy and paste it into notepad and save as a .csv file it will upload fine.
My first thought was maybe something to do with people creating csv files from a specific program? I noticed that the one that doesn't work (even though it contains the same data) is a little smaller than the one we copy and paste from it.
Any help greatly appreciated.