About 1,530,000 results
Open links in new tab
  1. javascript - change language input type=file - Stack Overflow

    Change default text in input type=“file”? you can change the inner html of the span element created when the page is rendered. example: Having the similar requirement, where wanted to …

  2. Input type="file" Localization - Stack Overflow

    Dec 28, 2012 · Labeling file upload button. Is there a way to localize the text produce by the tag? I am using Chrome Browser and it uses the text "Choose File" and "No file chosen" text. Is …

  3. html - Labeling file upload button - Stack Overflow

    Aug 17, 2024 · The best you can do for your users is to ensure you have adequate localised guidance surrounding your file input control. (e.g. Form field label, hint text, tooltip text). Sorry.

  4. <input type="file"> - HTML: HyperText Markup Language | MDN

    Jan 1, 1970 · elements with type="file" let the user choose one or more files from their device storage. Once chosen, the files can be uploaded to a server using form submission, or …

  5. JavaScript Localization: A Step-by-Step Guide - Medium

    Oct 1, 2022 · There are two ways to go at JavaScript localization: File-based: Meaning that you extract your content in the form of a file, upload it to the Translation Management System …

  6. <input>: The HTML Input element - MDN Web Docs

    Apr 10, 2025 · How an <input> works varies considerably depending on the value of its type attribute, hence the different types are covered in their own separate reference pages. If this …

  7. HTML <input type="file"> - W3Schools

    HTML <input> type attribute. The <input type="file"> defines a file-select field and a "Browse" button for file uploads. To define a file-select field that allows multiple files to be selected, add …

  8. html - input type="file" default language is system language ...

    Feb 10, 2012 · Just the principle of picking language preference from two different places makes me mad. I have a question, let's say I have <input type="file" name="image" />. Will the text of …

  9. [Resolved] How to translate file upload type="file" - WPML

    Apr 25, 2023 · There are some custom coding solutions workarounds listed here: https://stackoverflow.com/questions/14340519/html-input-file-how-to-translate-choose-file-and …

  10. How to Customize File Inputs - W3docs

    In this snippet, we’re going to show how you can customize a file input without JavaScript. Use a <label> tag with a class name "label". Add an input type "file". Add a <span> element. Use the …

  11. Some results have been removed
Refresh