dependent on the security of the file where it is being written.
I am trying to upload a file using input type="file" in html. On clicking Upload button a perl file uses the CGI to get the uploaded file.
But on clicking Upload, the code fails at the above code position.The HTTP request returns 304 as the status. I am not able to provide any error messages as such. Can some one help me out?