This topic is locked

Page redirection after import finished on CSV file

7/2/2015 6:33:15 AM
PHPRunner General questions
S
smez author

I am trying to redirect to another page after import finished (importing CSV file). When I try a php header("Location: blah.php") in "after import finished" event the import page gets stuck and displays a "Processing records.." error. If I remove the redirection the import works just fine.
Does anyone know how I get the redirect working?
Thanks in advance for any ideas.

Sergey Kornilov admin 7/2/2015

On import page most things happen via AJAX behind the scene meaning that redirect won't work there. Unfortunately we do not have any options for redirect there right now.

S
smez author 7/2/2015

Thanks Sergey for your swift response and clarification.