
John Smith - 2009-12-29 18:39:54
I have been using a pretty standard upload function quite successfully for some time to upload txt anc csv objects.
I recently wanted it to cater for pdf files. I added 'application/pdf' to the $FILE_MIMES array and '.pdf' to the $FILE_EXTS array but this is not working.
The routine stil works for other files.
Any idea what I have done wrong?