Thank Anthony.

In the same context, how can I handle file uploads?

On Friday, June 10, 2016 at 6:59:40 PM UTC+3, Anthony wrote:
>
> On Friday, June 10, 2016 at 11:28:15 AM UTC-4, desta wrote:
>>
>> Thank you both. So let's assume that I designed the dynamic form using 
>> only jQuery and HTML and I have a submit button that POSTs the form to a 
>> controller. How do I process that on the controller, since the form was not 
>> created with web2py tools (FORM, SQLFORM etc)?
>>
>
> All the values will be in request.post_vars (as well as request.vars, 
> which is a combination of request.get_vars and request.post_vars), so you 
> can manage your own database inserts using those values.
>
> Anthony
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to