Accept Zip Files using File Polling

We have WM6.1

Is it possible to accept zip files into a fil polling service? I was hoping that tile file poller would pass the zip file as an input stream.

Cheers

Me again,

We worked it out. the zip file is passed to the file polling service as a BufferedInputStream in the variable ffdata.

Hope this can help future users