]> git.p6c8.net - jirafeau_project.git/commit
[BUGFIX] avoid php warning because async file does not exist yet
authorJerome Jutteau <jerome@jutteau.fr>
Thu, 19 Nov 2020 21:30:00 +0000 (22:30 +0100)
committerJerome Jutteau <jerome@jutteau.fr>
Thu, 19 Nov 2020 21:34:59 +0000 (22:34 +0100)
commit1203cc4e9094fa86f7978c9da56f454d4c21ca32
treef25a016b87a1634b344e9b13d844d0566f39c617
parentae3f16cbe0c99669de1d733304eef514cf27d6b1
[BUGFIX] avoid php warning because async file does not exist yet

Each time an async file is pushed, its size is check in order to not get over a maximal_upload_size option.
On the first push, the destination file does not exist and this generates a warning.

closes #238

Signed-off-by: Jerome Jutteau <jerome@jutteau.fr>
lib/functions.php

patrick-canterino.de