Hi,
I've got a perl script I've been using for years for file uploads and it has been working great. Had a customer use it last week. Now I'm getting the following error (script hasn't been changed):
Precondition Failed
The precondition on the request for the URL /upload/file-upload.cgi evaluated to false.
Additionally, a 412 Precondition Failed error was encountered while trying to use an ErrorDocument to handle the request.
--------------------
After doing some investigating, it seems that Apache doesn't want to accept a form input type of "file". Any test form that has a "file" input type is getting the above error. It's accepting regular "text" input types in forms with no issue.
Any ideas what's happening/where I can look to fix this?
Thanks in advance!
I've got a perl script I've been using for years for file uploads and it has been working great. Had a customer use it last week. Now I'm getting the following error (script hasn't been changed):
Precondition Failed
The precondition on the request for the URL /upload/file-upload.cgi evaluated to false.
Additionally, a 412 Precondition Failed error was encountered while trying to use an ErrorDocument to handle the request.
--------------------
After doing some investigating, it seems that Apache doesn't want to accept a form input type of "file". Any test form that has a "file" input type is getting the above error. It's accepting regular "text" input types in forms with no issue.
Any ideas what's happening/where I can look to fix this?
Thanks in advance!