Good morning,
I have an application which when clicking a button should open my computer's scanner, to start a scan, but I have several problems:
PHP does not allow to connect from the server to the local computer (or if someone knows some way I would appreciate it and share the information).
I made a program in console with c # that I initialized the scanner, that .exe I uploaded it to the apache server .. but when trying to start it tells me:
Array
(
[0] => exec_scanner.exe: exec_scanner.exe: cannot execute binary file
)
If someone knows how to collaborate, I would appreciate it.