Hello <br>I&#39;ve got this issue:<br>in the systemfilesdownload .kl1 file when the actual buffering is done<br><br> size_t q_rb;<br> char the_buf[1024];<br> target = fopen(&quot;/tmp/file.dat&quot;, &quot;rb&quot;);<br>  if(target == NULL){<br>
     fr_setError(session, &quot;Error downloading file. Download aborted!.Please try again.&quot;);<br>      break;<br>     }<br>   while ((q_rb = fread(the_buf, 1, sizeof the_buf, target)) &gt; 0)<br>                  (void) io_write(out, the_buf, q_rb);<br>
     <br>   fr_setMessage(session, &quot;Transfer executed successfully. File downloaded!.&quot;);<br>   response_redirect(response, &quot;systemfiles.kl1&quot;);  // ***<br> <br><br>***: here the I would like to redirect to systemfiles.kl1 but it doesn&#39;t <br>
     if I manually refresh the page the &quot;Transfer executed succ...&quot; message is shown<br>     I need to redirect from the download page to show this message<br>    automatically (and othe stuff, like reenable some buttons) when the download<br>
    is complete. <br>  the download is executed fine , it&#39;s just the redirect.<br>  the io_write function changes the response values I think.<br>Has anyone had a problem similar to this?<br>Thanks in advanced.<br><br>
Moisés<br>     <br><br><br clear="all"><br>-- <br>Moisés AAC<br>