Storing PHP session.upload_progress data in the database -


using session_set_save_handler in php 5.4.40, have created session handler works ...except session.upload_progress data when uploading file.

my session handler ignores upload progress data, , can seem progress data save @ when:

  • session.save_handler=files; and
  • the session file saved in same path session.save_path

is possible save session.upload_progress data in database?

update: @ php 7 still appears issue. have therefore opened php 7 bug #74131

the php documentation says here:

warning: web server's request buffering has disabled work properly, else php may see file upload once uploaded. servers such nginx known buffer larger requests.

so want may impossible...


Comments

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -