hihi..

i have difficulties on uploading image file and some file's values to the Db at the time when i post the form(jsp).

example;
i have selected some files name(with the full file path) ready to be uploaded to the server, and key in some values related to the file name in the text boxes. When i clicked on the send button, it will post the form by uploading the image file to the server folder, and insert the file value into the DB.

i have tried some of the sample code, but its either posted the file values only, or the imges whitout inserting the file values into the DB.

how can i do it at one single post to get 2 jobs done using jsp?

???
ocw