I host a CGI page in linux server. Using that page the user will fill the form and also browse the supporting document
My problem is: If the user browse the supporting document and click the submit button, in the next page iam coping the supporting document to the linux system. In this User will use windows system to fill the form. So Iam unable to copy the file what the user selected from windows to linux.
I used File::Copy to copy the file.
Any one suggest me how to copy this.