class apptools.core.UploadCSP
extends %CSP.Page
parameter pathfiles;
The path to the directory on the server for storing files
classmethod OnPage(Par="")
as %Status
Event handler for PAGE event: this is invoked in order to
generate the content of a csp page.
classmethod OnPreHTTP(Par="")
as %Boolean
[ ServerOnly = 1 ]