Click here to Skip to main content
15,895,667 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm learning PHP to be a better web developer. I want to make a mail system that allows me to , upload 3 files (upload 1, upload 2 upload 3), and then when I click submit all three files are sent to my mail ID.

This is my basic html tag

XML
<html>
<body>
<form id="sent" name="sent" action="sent.php" method="post" enctype="multipart/form-data">
<input type="file" name="upload1" />
<input type="file" name="upload2" />
<input type="file" name="upload3" />
<input type="submit" value="Submit" />
</body>
</html>
Posted

1 solution

 
Share this answer
 
Comments
[no name] 11-Nov-14 22:45pm    
Sorry it's not my question related answer. I need just anyone can send three files (Any type file ex.jpeg,zip) just all selected file are comes to my mail.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900