Hi,
Since 2023 in my job started to use Scriptcase and recently we change to V9. From monday I have problems with a control form with an input file type and Ajax button.
I’d understand that inside the code section in the button I could insert php code and make the logic that I want, inside this button I programm a routine that read de file load in the input and try to save his data in the database, but I’ve got an error showing the file never is charge or selected in the form, triying to fix it but I’ve got no results.
I’d tried with $_FILES[], taking the field with {} (ex: $fileEx = {fileInput}), with javascript and nothing, I don’t know how scriptcase manage this cases.
Somebody knows an example on how to work with inputs and ajax buttons in scriptcase???