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!
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!
Comment