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>
+ /* touch empty data file */
+ $w_path = $p . $ref . '_data';
+ touch($w_path);
+
/* md5 password or empty */
$password = '';
if (!empty($key)) {
/* md5 password or empty */
$password = '';
if (!empty($key)) {