I have a page with three separate sections for uploading files. Each section has its own form with an upload field on it. The problem is, when the user uploads and submits one form, the other forms now display the uploaded file. The input boxes on the other two forms now display the file name that was just uploaded on the other form. There is a delete link on each that will bring the box back, but that is less than optimal.
How do I keep the other forms from picking up the uploaded file?