HTML के साथ फ़ाइल अपलोड बटन कैसे बनाएं, कोड इस प्रकार है -
उदाहरण
<!DOCTYPE html> <html> <head> <h1>File upload button example</h1> <p>Click on the "Choose File" button to upload a file:</p> <form> <input type="file" id="FILE" name="filename"> </form> </body> </html>
आउटपुट
उपरोक्त कोड निम्न आउटपुट उत्पन्न करेगा -
"फाइल चुनें" बटन पर क्लिक करने पर -