progress bar with ajax : problem with ci3 resolved :) |
(05-30-2015, 10:26 AM)includebeer Wrote: My guess is the ajax request creating the file is keeping the session lock until it finished and the ajax request for the progress bar is waiting for the session lock to be released. You need to call session_write_close(). Read this section in the user guide: http://www.codeigniter.com/userguide3/li...oncurrencyhello, Thanks you very much, that solved my problem. |
Messages In This Thread |
progress bar with ajax : problem with ci3 resolved :) - by casa - 05-28-2015, 10:55 AM
RE: progress bar with ajax : problem with ci3 - by includebeer - 05-30-2015, 10:26 AM
RE: progress bar with ajax : problem with ci3 - by casa - 05-30-2015, 10:55 AM
|