[web2py] Re: bug with multi-form input component [Open]

2011-01-01 Thread weheh
Massimo, the more I think about this the more I get concerned. Security is a great strength of web2py. The form validation and various security features of file upload are among web2py's strengths. >From the looks of it, anybody using components and file upload will have to do all the file uploadin

[web2py] Re: bug with multi-form input component [Open]

2011-01-01 Thread weheh
@Arun: thanks for the lnk. I'll study it. @Massimo: this is a disappointment. Everything else seems to run so smoothly with components, it's a bit user-hostile that multipart forms shouldn't work out of the box. On Jan 1, 11:44 am, mdipierro wrote: > This is not a web2py bug. It is simply that Aj

[web2py] Re: bug with multi-form input component [Open]

2011-01-01 Thread mdipierro
This is not a web2py bug. It is simply that Ajax post does not support multipart forms, i.e. file uploads. There are workarounds using JS libraries. On Jan 1, 5:21 am, "Arun K.Rajeevan" wrote: > Last day I found a slice talking about this problem. > > http://www.web2pyslices.com/main/slices/take

[web2py] Re: bug with multi-form input component [Open]

2011-01-01 Thread weheh
I have done some more testing and confirmed that this looks like a legit problem. When I direct the browser to load myapp/mycontroller/ index.load and pick a file to upload from the upload file form, it gets uploaded and submitted properly to myapp. However, when the submission occurs when running

[web2py] Re: bug with multi-form input component

2010-12-31 Thread Arun K.Rajeevan
It happened to me also.