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 computed after the image in field A is processed. What is the best way to do this? Thanks.

