I’m using nGen file field to allow users to upload a .CSV file that then gets imported by CSVGrab. The issue I’m running into is that users are uploading other files besides .csv. I’ve got the upload folder set to receive all file types and I found out about the mimes.php file. However, even after removing the other file types I didn’t want its still allowing them to be uploaded.
The other interesting thing is that CSV is not a file type listed in the array of the mimes.php yet it is uploaded without any errors. Is there anything I can do so that clients can’t upload other file types? Any suggestions/directions would be helpful.
I’m using EE 1.6.9.
Thanks,
Chad Boswell
Moved to CodeShare Corner by Moderator