How about using a filter for this extra processing? Alternatively, you could use a PostProcessor. At that point, the file node/properties have been created in the Session, but the Session has not been saved, so you can abort at that point.
HTH, Justin On Thu, Aug 25, 2011 at 1:58 PM, Jithesh A P <[email protected]> wrote: > Hi Folks, > > I am stuck at how to handle post of a file. For example i want to upload a > file, do some processing like check for virus (during POST), then hand it > back to normal POST operation. > > Is it possible to achieve this using POST.esp and how? > > Your input will be greatly appreciated. > > Regards > Jithesh >
