widget/reply: link non-image uploads instead
[minimedit.git] / widget / reply.php
index 0935567e82ecb51ba2aeb4ff0a6717b50e313abe..a3b8052a6e7c5ad4a6794ffc6ad5b1acf07a2c3a 100644 (file)
@@ -17,7 +17,14 @@ if ($_POST) {
                        }
                        $target .= '/' . $User->login;
                        if ($result = userupload($_FILES['image'], $target)) {
-                               $html .= sprintf('<p><img src="/thumb/640x/%s" /></p>', $result);
+                               if (preg_match('(^image/)', $_FILES['image']['type'])) {
+                                       $html .= sprintf('<p><img src="/thumb/640x/%s" /></p>', $result);
+                               }
+                               else {
+                                       $html .= sprintf('<p>Bijgevoegd bestand: <a href="/%s" />%s</a></p>',
+                                               $result, basename($result)
+                                       );
+                               }
                        }
                }
                $query = $Db->set('comments', [