diff options
author | plegall <plg@piwigo.org> | 2014-07-30 13:48:35 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2014-07-30 13:48:35 +0000 |
commit | 379398d91751ca7394cd7c24ace3f7767fa1e5dd (patch) | |
tree | 6c5be81f008da844aa514a06143d9f58b9aaa73b /include/ws_functions/pwg.images.php | |
parent | cd110d959b6f6381a250e876f2b6f5c36705274c (diff) |
feature 3067: upload any file type with the new HTML5 upload form.
$file_types = conf['upload_form_all_types'] ? $conf['file_ext'] : $conf['picture_ext'];
By default, conf['upload_form_all_types'] = false;
git-svn-id: http://piwigo.org/svn/trunk@29124 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/ws_functions/pwg.images.php')
-rw-r--r-- | include/ws_functions/pwg.images.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ws_functions/pwg.images.php b/include/ws_functions/pwg.images.php index bb43be983..3a20de082 100644 --- a/include/ws_functions/pwg.images.php +++ b/include/ws_functions/pwg.images.php @@ -1359,6 +1359,7 @@ function ws_images_upload($params, $service) SELECT id, name, + representative_ext, path FROM '.IMAGES_TABLE.' WHERE id = '.$image_id.' |