check if a file exits on AS
cs01kksOct 12 2010 — edited Oct 13 2010Hi ,
oracle 10g forms on 9i db.
I am using webutil to upload a file from client machine to application server. Is there any way to check a file already exists on Application server even before copying the client file onto AS?
I have seen file_exits function , but this checks if the file exists on client machine. I am would like to know if there is any function to check file existance on application server?