Hello all
I'm working on a web-based email service in which i'm allowing the user to send upto 3 files which is first uploaded onto a temp directory and then when they send the mail it should be attached with the email. I know in which directory the files are uploaded and i know the files names which are attached with that email, but the problem i'm facing is i don't know how to mention the correct file type b'cos without mentioning the file type i couldn't receive the attachment properly but still the attachment is there and when i open the attachment the file is blank, i think this is b'cos of the file type which i didn't mention in the code. Can anyone help??
Many Thanks