Galaxy S5 continues to refuse index.html form submission with the following:
This webpage is not found
ERR_FILE_NOT_FOUND
// Details
No webpage was found for the web address http://metromilwaukee.com/cgc-test/email-credentials.php
- index.html form uses action="email-credentials.php"
- The email-credentials.php file is exactly where the path implies.
The form is used to email an attachment. All of my code works fine on an Android tablet, a Kindle and with browsers on Windows desktop. I am at wits end with this Galaxy S5 issue and need help. I have no way to test for iPhone or iPad yet and have no other mobile devices except my Galaxy S5.
<form enctype="multipart/form-data"
id="cgc-send-employment-credentials-form"
name="cgc-send-employment-credentials-form"
role="form"
method="post"
action='email-credentials.php'>
The Jasny button is currently active if anybody wants to pound on it at http://metromilwaukee.com/cgc-test/
This is not CORS as all files are in the root folder of the same domain. How can I code to send email from a Galaxy S5?