Ok, I found out what the issue is. For this particular site, I am running FuseGuard and it is blocking the request. Apparently, the form is passing a ** extension when there is no file specified and the base rules for FuseGuard do not allow this. I am now going to dig into the rules to see how I can fix the issue.
Thanks for the suggestions guys. On Thu, Aug 2, 2012 at 12:20 PM, Russ Michaels <[email protected]> wrote: > > do you have any stray characters perhaps being inserted inserted into the > file field, I have seen this happen on the MAC, that forms got submitted > with things like hard spaces which caused issues. > > On Thu, Aug 2, 2012 at 4:34 PM, Scott Slone <[email protected]>wrote: > >> >> Just a few questions on your formÅ >> How are you calling the data for the form to update an existing logo? Are >> you pulling the location of the image from db, or is it just a blank >> field? >> If the image location is calling from the db- are you set up to check for >> file existence before processing? >> >> /Scott >> >> On 8/2/12 8:26 AM, "Dean Lawrence" <[email protected]> wrote: >> >> > >> >I could Ray, but I don't think that that will help, as the server is >> >throwing the error before it reaches my processing page. I tested this >> >by changing the form action to a non-processing page and received the >> >same 403 error. >> > >> >On Thu, Aug 2, 2012 at 11:20 AM, Raymond Camden <[email protected]> >> >wrote: >> >> >> >> Can you share your processing code? >> >> >> > >> > >> > >> > >> >-- >> >-------------------------------------------------------------------------- >> >- >> >Dean M. Lawrence >> >INTERNET DATA TECHNOLOGY >> >p // 888.438.4381 ext. 701 >> >w // www.idatatech.com >> >f // www.facebook.com/idatatech >> >t // www.twitter.com/idatatech >> > >> >Social Marketing | SEO | Design | Internet Development >> > >> > >> >> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:352047 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

