PDA

View Full Version : How to get the File name


kazi
07-25-2003, 11:26
We have a flow service having an input parameter of text (string). We shoot the file using FTP or E-mail to this service. The service processes the contents of the file as is supposed to.
However we also want to capture the name of the file.
How can we do this ? Any ideas ...
Thanks
Kazi

RMG (Unregistered Guest)
07-25-2003, 12:46
you have to invoke pub.flow:getTransportInfo and pub.flow:transportInfo
or either one of these in your flow ,it will surely work.


HTH.