WUT-121: The file transfer has been forbidden by the Administrator
ShoubyJan 11 2012 — edited Jan 11 2012Hi all,
I am using *'Forms [32 Bit] Version 11.1.1.1.0 (Production)'* & I am trying to transfer a file from my application server to the client machine by using webutil.
Here is my procedure
l_success := webutil_file_transfer.AS_to_Client_with_progress+
*(clientFile => 'C:\'||fname||'.txt'*
*,serverFile => 'D:\ebiz1\home\pivot\'||fname||'.txt'*
*,progressTitle => 'Download from Application Server in progress'*
*,progressSubTitle => 'Please wait');*
but it continuously Giving this error *'WUT-121: The file transfer has been forbidden by the Administrator'*
Please help