From ea133f043034b3fb71366025f449c7c197c37d49 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Tue, 20 Jan 2009 16:34:46 -0600 Subject: [PATCH] imagebin redirects correctly now --- extra/webapps/imagebin/imagebin.factor | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) mode change 100644 => 100755 extra/webapps/imagebin/imagebin.factor diff --git a/extra/webapps/imagebin/imagebin.factor b/extra/webapps/imagebin/imagebin.factor old mode 100644 new mode 100755 index cab5d91952..f347377d95 --- a/extra/webapps/imagebin/imagebin.factor +++ b/extra/webapps/imagebin/imagebin.factor @@ -23,11 +23,12 @@ SYMBOL: my-post-data { imagebin "upload-image" } >>template [ - request get post-data>> my-post-data set-global + + ! request get post-data>> my-post-data set-global ! image new ! "file" value ! insert-tuple - ! "uploaded-image" + "uploaded-image" ] >>submit ; : ( -- responder )