Good day dear!
I want to implement such a system in myself, but I cannot understand how to do it correctly. I know many points, but I don’t know how to put them together.
What do I want?
A person clicks on the button to insert his file, after which a request with a binary question is immediately created in the data base: confirm? yes(1) or no(2). For example, I choose the number 1 (yes), after which the file is sent to the server, and the person’s dialog box changes to the fact that his file has already been sent.
sql php my admin mariadb
If not, the file is not sent and the person is returned a cancellation message.
*If it’s not clear, write in the comments, please) it’s very difficult to explain to me, the point is that a person would store his data and files on our server, but he did it with a check from our administration.
*
for user
I tried the input
method, but it works crookedly with the server.