I have a form where I hide a block (div) of fields that are optional using javascript (changing the css property from display: block to display: none)
There are 3 file fields, first 2 are displayed if the user selects option 1 and the 3rd field is displayed if the user selects option 2.
When I submit this form, I can see the progress-bar but the files are not uploaded and the data is not updated in the table.
The same page works perfectly on my local machine (I am on windows 10 - iis with php 5.6.24 - my localhost)
On checking the error.log file there is nothing showing for that particular page.
Can you please guide me. |
|
|