[web2py] Re: Sending files to a controller and nicedit in the view.

2012-05-10 Thread encompass
The manual uploads didn't look like it would work as it is coming from the local filesystem. My guess is your meaning I should just pull it from request.vars with no form on my side. That just might work. Thanks for the help. On Thursday, May 10, 2012 1:28:46 PM UTC+3, Anthony wrote: > > Is t

[web2py] Re: Sending files to a controller and nicedit in the view.

2012-05-10 Thread Anthony
> > Is this correct? I think I can't do this with default settings as there > is something stoping CSRF attacks, right? > If your get_file function creates a web2py form and calls form.process(), then by default it will add a _formkey token to the form for CSRF protection -- if that key is not