Setting enctype="multipart/form-data" in the <form> tag will not work with OpenBD for now. Either remove the enctype="multipart/form-data" tag or use a separate servlet (as you've already discovered).
Vince On May 5, 6:42 pm, "Brad B." <[email protected]> wrote: > In OpenBD for App Engine No FORM vars are ever set by > submitting the following form (I tried several variations of > submit as well; it just doesn't work): > > <cfdump var="#form#"> > > <form action="/index.cfm" method="post" enctype="multipart/form-data"> > <input name="filedata" type="file" /> > <button name="action" type="submit" value="submit">submit</button> > </form> > > I guess this is a bug as far as I know form data is sent via the > service() method in lieu of doPost(). > Also, will there be a separate bug tracker for OpenBD-GAE? --~--~---------~--~----~------------~-------~--~----~ 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 !! -~----------~----~----~----~------~----~------~--~---
