If I'm parsing multipart/form-data and I've the identified the portion of stdin that contains the file information, how do I go about writing that info to disk?
Within my verb I've tried: data=. stdin '' data fwrite jpath '~CGI/tmp/myfile.txt' But this always returns _1. Is a security thing or have I missed something? ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
