Hello list
I intend to use perl to filter an ASCII file via web.

*) upload file using <input type=file ..>
*) process file sevrver side
*) print out a summary on the prosessing, text removed, etc...
*) return the file after procesing.

Now, I hope I can do this *without* using temporary files. The problem is
to be able to both show HTML and return the file in the same operation,
without using a temporary file. Basically because I dont quite like the
concept of using them, and I feel it should be able to solve without using
them.

I would like to return the by using "Content-type: something\n\n" and thus
invoke the browser save file dialogue. But I dont see how I could also
create a result page of the processing.

regards
Torbj�rn

Reply via email to