text file type in php?

  • Thread starter Thread starter nicolep
  • Start date Start date
N

nicolep

Guest
I am working on a web form that let's users upload files. So far, I know how to let the user upload images, as in jpeg images. This would be the syntax for the file type (in this case, a jpeg image). "image/jpeg".
What would be the syntax if I wanted to let the user upload text files or a word document?
Thanks!
 
Back
Top