Sounds like a filesystem permissions issue. I am guessing you need permission (chmod) to write to a temp directory that cffile is using to upload the file.
Hope that helps -- Pete Freitag http://foundeo.com/ - ColdFusion Consulting & Products http://petefreitag.com/ - My Blog http://spendfish.com/ - Fish for Deals On Wed, Feb 25, 2009 at 4:12 PM, Diarmuid King <[email protected]>wrote: > > Hi All, > > I was wondering if anyone out there might have run into this or might > have an idea of how I can fix it. > > I am running Open Bluedragon on Weblogic 9.2 on Solaris. > > Whenever I hit a .cfm page with a http post from a form with > ENCTYPE="multipart/form-data" I get an error saying: > > CFML Runtime Error > An error has occurred while attempting to process the incoming > multipart/form-data stream: java.io.IOException: Permission denied > > This happens even on a page where the only code is > > <cfoutput><cfdump></cfoutput> > > The same code runs fine on windows, and the same functionality (in > JSP) works fine when running on the same solaris/weblogic server. > > If anyone has any tips on how this could be handled I would much > appreciate it as I am hitting a brick wall here. > > Thanks, > > Diarmuid King > > > > --~--~---------~--~----~------------~-------~--~----~ Open BlueDragon Public Mailing List http://groups.google.com/group/openbd?hl=en official site @ http://www.openbluedragon.org/ !! save a network - trim replies before posting !! -~----------~----~----~----~------~----~------~--~---
