Page 1 of 1

Intercept Upload

PostPosted: 28 Jun 2016 18:32
by etwoss
Hi

if files are uploaded i need to check the database if the file already exists, if so i need to give a message about this and the file should not be downloaded.

Is this possible to do?

Eric

Re: Intercept Upload

PostPosted: 29 Jun 2016 16:43
by Alexander Bulei
Hi Eric,

Unfortunately, there is no way to do this before the upload at this moment, but we fill implement the new event in next beta build.

Best Regards.

Re: Intercept Upload

PostPosted: 30 Jun 2016 09:18
by Alexander Bulei
HI,

We have added the new event OnBeforeSubmit, which triggers on submit the file (before upload to server).

Best Regards.

Re: Intercept Upload

PostPosted: 30 Jun 2016 13:08
by etwoss
Hi

Great, thanks

Eric