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

python - Installing PyDev in eclipse is failed -

PHP OOP-based login system -

c# - Nested Internal Class with Readonly Hashtable throws Null ref exception.. on assignment -