Jump to content

file upload


rashmi_k28

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.