imagebin redirects correctly now
parent
c7df780c33
commit
ea133f0430
|
@ -23,11 +23,12 @@ SYMBOL: my-post-data
|
||||||
<page-action>
|
<page-action>
|
||||||
{ imagebin "upload-image" } >>template
|
{ imagebin "upload-image" } >>template
|
||||||
[
|
[
|
||||||
request get post-data>> my-post-data set-global
|
|
||||||
|
! request get post-data>> my-post-data set-global
|
||||||
! image new
|
! image new
|
||||||
! "file" value
|
! "file" value
|
||||||
! insert-tuple
|
! insert-tuple
|
||||||
! "uploaded-image" <redirect>
|
"uploaded-image" <redirect>
|
||||||
] >>submit ;
|
] >>submit ;
|
||||||
|
|
||||||
: <imagebin> ( -- responder )
|
: <imagebin> ( -- responder )
|
||||||
|
|
Loading…
Reference in New Issue