diff options
Diffstat (limited to 'files/ru')
-rw-r--r-- | files/ru/web/guide/html/html5/constraint_validation/index.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/files/ru/web/guide/html/html5/constraint_validation/index.html b/files/ru/web/guide/html/html5/constraint_validation/index.html index ba0b43d244..73be6d59bb 100644 --- a/files/ru/web/guide/html/html5/constraint_validation/index.html +++ b/files/ru/web/guide/html/html5/constraint_validation/index.html @@ -261,9 +261,7 @@ original_slug: HTML/HTML5/Constraint_validation <p>This displays:</p> -<p><label>Select a file smaller than 75 kB : </label> <input></p> - -<p> </p> +<p>{{EmbedLiveSample("Limiting_the_size_of_a_file_before_its_upload")}}</p> <p>The JavaScript reads the file selected, uses the File.size() method to get its size, compares it to the (hard coded) limit, and calls the Constraint API to inform the browser if there is a violation:</p> |