Calvin Ward wrote: > > What are the advantages and/or disadvantages of using mixed methods when > submitting a form? > > In otherwords, would doing the following be considered good, bad, or > indifferent, and if not indifferent, why? > > <form action="dothis.cfm?thisID=1&thisType=myType" method="post" ....> > <input type="text" name="someField"> > <input type="file"..... > .... > </form>
It can be good, bad or indifferent, depending on what you are trying to achieve. See RFC 2616, Section 9.1. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Host with the leader in ColdFusion hosting. Voted #1 ColdFusion host by CF Developers. Offering shared and dedicated hosting options. www.cfxhosting.com/default.cfm?redirect=10481 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

