Edit
Question Virat Sharma · Aug 26, 2025

ZEN

Hi, 

I'm new to ZEN . I want to create a Zen web page.

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 {

Parameter PAGETITLE= "File Upload & Download";

XData Contents [ XMLNamespace = "http://www.intersystems.com/zen" ] {
‹page xmIns= "http://www.intersystems.

2
0 48