This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
Hi everyone ,i want to upload form data and image to database but nothing is inserted into database as all the columns returns null.
i know that getParameter does not work under multiforms so i develop a javascript that can upload many form at a time
using one submit button but still yet nothing is inserted into my database.
please i need your help.below is the code
Please indent your HTML/JavaScript... and I generally recommend against using with--almost always causes more problems than it solves :)
You can't submit more than one form at once--and trying to pretend you can is likely to end with tears. Why not just use a multipart form library, like the one offered by Apache?
montero mitdash
Greenhorn
Joined: May 02, 2010
Posts: 3
posted
0
Thank you very much sir am using apache-tomcat 6.0.16.how do i get or locate the multiform library
thanks.