How to create code inputbox insert link url?
same image Click Here
Thanks all! Nice day.

Recommended Answers

All 7 Replies

I don't actually understand your question. What do you need it for ?

commented: I want to make code as the image +0

I want to make code as the image

Member Avatar for diafol

You want to produce 'upload an image' functionality for a form?

You want to produce 'upload an image' functionality for a form?

>

yes, but i want to produce 'upload an File' functionality for a form
Thanks

<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>

commented: Thanks +0

<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>

but, upload file = insert box url

In that case you should use HTML5 for that functionality

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.