DMXzone reCAPTCHA Support Product Page

In progress

Not working with INSERT RECORD and PHP UPLOAD

Reported 13 years ago
1
has this problem
13 years ago reinhardt ellis posted:
Not working with INSERT RECORD and PHP UPLOAD
It works great by itself with Insert Record only.
If the Captha is wrong it does not insert any information into the database..

But as soon as I have a file upload with PHP pure upload.. then it still does not insert the record into the database when the captcha is wrong ( that is the correct part )... but the problem is .. it uploads the FILE to the server from the upload function... so it does stop the record from being loaded into the database.. but not the FILE UPLOAD fuction.....

How do i get it to NOT upload the FILE if the CAPTCH is wrong..

I have used both ..
<form action="<?php echo $editFormAction; ?>"
<form action="test.php"

Replies

Replied 13 years ago
13 years ago reinhardt ellis replied:
so how does one stop the UPLOADING of the FILE..
If the CAPTCHA is wrong???
Replied 12 years ago
12 years ago George Petrov replied:
Hi Reinhardt,

Unfortunately that is not possible. File upload is always done first - even before the CAPTCHA, so there is currently no way to avoid it.

Greetings,
George

Reply to this topic