20 Jul
2006
20 Jul
'06
6:30 p.m.
--On 20. Juli 2006 19:25:11 +0100 Alan <alanwilter@gmail.com> wrote:
Hi!
My simple webpage for submitting files is ok. It calls a External Method script to do all the dirty job. However, I am running out of ideas of how to get back to my default submitting web page after submitting a file (and thus execute the script).
return self.context.REQUEST.RESPONSE.redirect(some_url_plus_query_string) -aj