Hmm.... I even told myself it was about security! I'm pretty sure this is a permissions issue & I need to configure the appropriate folder to be writeable by the anonymous IIS user. Now I just need to figure out the best way to do that.
> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Sherlock, Ric > Sent: Tuesday, 29 May 2007 15:53 > To: Programming forum > Subject: [Jprogramming] write uploaded data to file in JHP > > 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 > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
