Browse Source

fix remote upload

pull/40/head
czaks 10 years ago
parent
commit
d57dcc5e6e
  1. 1
      post.php

1
post.php

@ -320,6 +320,7 @@ if (isset($_POST['delete'])) {
$_FILES['file'] = array(
'name' => basename($url_without_params),
'tmp_name' => $post['file_tmp'],
'file_tmp' => true,
'error' => 0,
'size' => filesize($post['file_tmp'])
);

Loading…
Cancel
Save