posting twice to the same page
I have a form to submit details to database, after processing the POST on
the action page i have another form to upload a photo very closely related
to the info provided on the previous form, in fact the image path is
stored on the same record in the database, instead of having two pages /
two steps process, is it possible to have them both on the same form? i
know that nesting forms is not possible, at the same time uploading the
file requires a form. Using anchors and GET method is not acceptable in my
application for the info is too sensitive to be revealed in URL
is there a way to workaround this? thanks in advance
No comments:
Post a Comment