<div dir="ltr">Hello everyone,<div>We did a lot of changes to our ZendTo instance - currently we only receive files from external to internal networ and only from people who receive a request.</div><div>I would like your thoughts and advice on the following matter.</div><div>We want to allow people send files outside of the organisation but we need a four eyes validation - sort of.</div><div>I tried digging in the code to see mostly where could I implement a flow like this:</div><div>- internal user drop-off files for an external user</div><div>- everything is processed until external notification is sent (?)</div><div>- we notify someone to approve the transfer</div><div>- make a copy of the files somewhere for visual check if needed</div><div>- if we have approval, send drop-off and also notify internal user about it with a simple email</div><div>- if we don't have approval we cancel the drop-off and notify internal user about it with a simple email</div><div><br></div><div>Because the process can take time, I want to make a new table or db for this where to keep track of what drop-off should be sent and what drop-off should be erased. The last step of sending the drop-off I think cand be easly accomplished with the bin/autodropoff.</div><div><br></div><div>Where do you think is the best place to stop the normal flow 

(dropoff.php? lines?)

- return a nice string to let ppl know they need approval -  and pass all the arguments to a new script that would handle the validation? The thing is dropoff.php is also called by uploads made by external people that receive requests for drop-off.</div><div><br></div><div>Your help is very much appreciated!</div><div>Regards,</div><div><br></div></div>