Re: [web2py] processing upload field.

2012-02-06 Thread Joaquin Orbe
On Fri, Feb 3, 2012 at 11:58 AM, VP wrote: > I have the following situation. > > There is a field A of type upload (image). > > There is another field B of type compute, which depends on A. > > I want to be able to process the image uploaded in field A and save > it, but before the compute in fiel

[web2py] processing upload field.

2012-02-03 Thread VP
I have the following situation. There is a field A of type upload (image). There is another field B of type compute, which depends on A. I want to be able to process the image uploaded in field A and save it, but before the compute in field B is executed. In other words, field B will be compute