I'm working ona script to upload the files to my site. Currently it works fine with the following file types:
text/plain
image/gif
image/jpeg
image/png
I tried the following but I get gibberish on the screen:
application/pdf
application/msword
application/wordperfect
Does it have any thing to do with the file types that PHP recognizes?
Any known work around this?