Who can tell me how to write data into the file on the harddisk in cgi program in ICON/UNICON?
 
When setting the filefold as "write access" and open file with format of writing,
the error message appear.
 
--------------------------------
procedure cgimain()
...
p_test := open("test.pen","w")| {cgiEcho("test.pen can not be opend!");return}
 
...
end
--------------------------------
 
When running, the Internet explorer shou "test.pen can not be opend!"
 
What should I do?
 
Lu

Reply via email to