Single file upload box - pass to multiple forms

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • phub11
    New Member
    • Feb 2008
    • 127

    Single file upload box - pass to multiple forms

    Hi all,

    I have a file upload box contained within a form which I use to update the contents of a drop down.

    I have a second from just below which I use to submit the data which extracted from the same uploaded file. However, I have set thing up so that the uploaded file is deleted after the drop down has been updated - then the file is re-uploaded when the submit button in the second form is clicked. This obviously minimizes the time the file is on the server, so reduces the possibility a third party might steal this submitted data.

    Is it possible to just have one file upload box.... in form1, and use this upload box as input for form 2 as well?

    Thanks!
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    No. .

    Comment

    • phub11
      New Member
      • Feb 2008
      • 127

      #3
      Thank you for being so succinct.

      Surprises me there's no trick using JS.

      Comment

      • drhowarddrfine
        Recognized Expert Expert
        • Sep 2006
        • 7434

        #4
        If there is, you would need to ask on the js board.

        Comment

        Working...