Hi

Working over here (Brasil) for a company. they have a wrapper I think for the data items...

Anyways, my question is to do with the Java passing information internally through the server.

I am using destino (destination?) to throw a variable, and Origem (origin?) to grab it from a secondary script. Most of the time this works fine.


However, I questioned why people had the same code copied and pasted for each upload button, instead of having a script to one side and passing it variables. So they said try it..

I got my script, but then I realised I needed the response and request objects. For a file upload, these appear to be special and I dont think I can pass them around (something about not being serializable..?).

Just thought I'd ask here if anyone has done anything like this.

I'm working through a java framework, which I cannot change - so I am expecting the answer to be, you cant...