F
F
FishNinja2014-11-11 16:48:48
PHP
FishNinja, 2014-11-11 16:48:48

PHP file upload process?

It is necessary to display the file upload progress via PHP
session.upload_progress.enabled - enabled, checked. All session.upload_progress settings are standard.
I did everything as it is written here habrahabr.ru/post/136974
Downloaded the finished version from here adobkin.com/blog/2011/07/25/767
Does not work. When uploading a file and passing PHP_SESSION_UPLOAD_PROGRESS, the progress variable is not written to the session. What could be the problem?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Sydorenko, 2014-11-11
@San40

Session not initialized? session_start(); what does it return?
Sessions not opening on the server? (Or is the lifetime not long enough for the operation?)
In which browser? No difference?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question