Hi,
I'm new to ZEN . I want to create a Zen web page to upload a local file & save it to server and download the same file to other sever.
This needs to be implemented without unix access (using only IRIS code only).
I gave it a try with below basic code (just to upload file) , the page is loading with file uploader but after uploading a local txt file, the pFile object is not getting created.
$IsObject (pFile) is returning 0.
Please assist!
Thanks in advance!
Class MyApp.BasicFileMgr Extends %ZEN.Component.page {