DMXzone reCAPTCHA Support Product Page

In progress

Not working with INSERT RECORD and PHP UPLOAD

Reported 03 Feb 2012 11:10:37
1
has this problem
03 Feb 2012 11:10:37 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 04 Feb 2012 10:02:05
04 Feb 2012 10:02:05 reinhardt ellis replied:
so how does one stop the UPLOADING of the FILE..
If the CAPTCHA is wrong???
Replied 27 Jun 2012 18:18:18
27 Jun 2012 18:18:18 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