rashmi_k28 Posted September 15, 2008 Share Posted September 15, 2008 Hi, This is the code to upload file. How to attach it and mail to [email protected] <?php echo '<html> <body><form action="upload_file.php" method="post" enctype="multipart/form-data"> <label for="file">Filename:</label> <input type="file" name="file" id="file" /> <br /> <input type="submit" name="submit" value="Submit" /> </form></body> </html>'; ?> Link to comment https://forums.phpfreaks.com/topic/124277-file-upload/ Share on other sites More sharing options...
JasonLewis Posted September 15, 2008 Share Posted September 15, 2008 Google is your friend. Here is one result returned by Google. Just look for something along the lines of "php email attachments". Link to comment https://forums.phpfreaks.com/topic/124277-file-upload/#findComment-641778 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.