fpsasm 0 Posting Whiz in Training

Hello,

I have a question regarding implementations of uploading a file from a browser to a server.

I have currently two pages, page (1) is used to select the file. Using a form-submit section, the form is passed to page(2). Page (2) now gets a javabean, passing request to it. It manipulates the request to get the encoded date. This all works. However, running the code in the javabean is approximately 120 times slower than as a scriplet in a .jsp file.

Any suggestions?

Regards,
Matthew