From 7dfc35cd636270d13dfd100877a8b18dd7b23f7b Mon Sep 17 00:00:00 2001 From: SphinxKnight Date: Thu, 17 Mar 2022 14:27:43 +0100 Subject: fix broken example after #4270 (#4677) --- .../using_files_from_web_applications/index.md | 78 +++++++++++----------- 1 file changed, 39 insertions(+), 39 deletions(-) (limited to 'files') diff --git a/files/fr/web/api/file/using_files_from_web_applications/index.md b/files/fr/web/api/file/using_files_from_web_applications/index.md index 7f44245d7a..d0e8f39f0a 100644 --- a/files/fr/web/api/file/using_files_from_web_applications/index.md +++ b/files/fr/web/api/file/using_files_from_web_applications/index.md @@ -416,59 +416,59 @@ Il est nécessaire de prévoir quelques étapes préparatoires avant le téléch ### Gérer le processus de téléchargement d'un fichier de manière asynchrone -```html +Cet exemple utilise PHP pour la partie serveur et JavaScript pour la partie client. Il illustre comment gérer l'upload d'un fichier de façon asynchrone. + +```js - +?> dnd binary upload -
-
Drag & drop your file here...
+
Glisser-déposer votre fichier ici…
-- cgit v1.2.3-54-g00ecf