I have an upload form that is rendered in a web2py component view. Unfortunately this does not work likely because of the limitations of javascript as suggested here: http://groups.google.com/group/web2py/msg/e7f6ce0a87aaf92b I believe this is still valid but am more than happy to be proven wrong.
I have since moved the upload form to a non component related view and this works once again. However, on submit, the entire page refreshes. To improve elegance, I am wondering if anyone has any generic advice on preventing the page from refreshing during form submission? Thanks in advance.

