From 379398d91751ca7394cd7c24ace3f7767fa1e5dd Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 30 Jul 2014 13:48:35 +0000 Subject: 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 --- include/ws_functions/pwg.images.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/ws_functions') 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.' -- cgit v1.2.3