Hi all,
This was originally posted on the HTML section, but it was suggested that I post it in the JavaScript section, so here it is...
I have a file upload box contained within a form which I use to dynamically update the contents of a drop down.
I have a second form just below which I use to submit the same file as used in form 1. However, I have set things up so that the uploaded file is deleted after the drop down has been updated - then this 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 see this 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?
P.S: The forms are not nested.
Thanks!
This was originally posted on the HTML section, but it was suggested that I post it in the JavaScript section, so here it is...
I have a file upload box contained within a form which I use to dynamically update the contents of a drop down.
I have a second form just below which I use to submit the same file as used in form 1. However, I have set things up so that the uploaded file is deleted after the drop down has been updated - then this 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 see this 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?
P.S: The forms are not nested.
Thanks!
Comment