Posted By:
pawan_kumar
Posted On:
Tuesday, August 21, 2001 05:30 AM
if (p.isMimeType("text/plain"))
{}
if (p.isMimeType("image/gif"))
{}
i am using these two if condition to trap iamges and text attachment.
i am able to get text message ,but not able to get text file sent as a attachment.the debug option shows content type to be application/octet.
how can i get the application/octet.
type text file in a file.
what the diff in text/plain and application/octet
pawan