I have a form that sends data on to another page so that the user can
preview it before it is inserted in a database table.
The problem is that the form sends both text and possibly an image to
the page used for preview. Even if I use a hidden input field for the
image file it still is displayed on the text centric page but with
enctype for foo bars the image into gibberish that fills a large part of
the preview page.
How can I pass the image on to the preview page without it being
"displayed" ? (Image is validated later).
/M.
preview it before it is inserted in a database table.
The problem is that the form sends both text and possibly an image to
the page used for preview. Even if I use a hidden input field for the
image file it still is displayed on the text centric page but with
enctype for foo bars the image into gibberish that fills a large part of
the preview page.
How can I pass the image on to the preview page without it being
"displayed" ? (Image is validated later).
/M.
Comment