I'm trying to use such code:
- Code: Select all
<form enctype="multipart/form-data">
<input type="file" name="uploaded_file" accept="application/msword, application/rtf" />
<input type="submit" value="Submit" name="Submit">
</form>
Where does the uploaded file go?
How to send it as an attachment to the specified e-mail address?
Please help! Need it urgently
