diff options
author | polo <ordipolo@gmx.fr> | 2023-04-30 16:25:08 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2023-04-30 16:25:08 +0200 |
commit | 839981c313ee806ea8cc263a081e911a164d1c4f (patch) | |
tree | ac6c1520d9fc77b485c7f3b74de2da42ea304689 /public | |
parent | 204be428e4912d1f984b41f13a1f2605657d651c (diff) | |
download | melaine-839981c313ee806ea8cc263a081e911a164d1c4f.zip |
bricoles
Diffstat (limited to 'public')
-rw-r--r-- | public/file_upload.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/file_upload.js b/public/file_upload.js index dd47803..88a61a8 100644 --- a/public/file_upload.js +++ b/public/file_upload.js | |||
@@ -25,7 +25,7 @@ function uploadDespiteServerMaxWeightLimit(maxPHPiniWeight, archiveFormat) | |||
25 | //var fileInfos = getFileInfo(tagId); | 25 | //var fileInfos = getFileInfo(tagId); |
26 | var file = document.getElementById(tagId).files[0]; | 26 | var file = document.getElementById(tagId).files[0]; |
27 | 27 | ||
28 | // si le le fichier est assez léger, javascript s'arrête ici | 28 | // si le fichier est assez léger, javascript s'arrête ici |
29 | if(file.size > maxPHPiniWeight) | 29 | if(file.size > maxPHPiniWeight) |
30 | { | 30 | { |
31 | // découpage | 31 | // découpage |