rfc:session_upload_progress

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
rfc:session_upload_progress [2008/09/27 09:08] – Added session.upload_progress.min_freq lbarnaudrfc:session_upload_progress [2010/01/08 21:11] – external edit 127.0.0.1
Line 84: Line 84:
 The current patch also allows to cancel an upload by setting the "cancel_upload" key to true in the progress data (e.g. $_SESSION["upload_progress_123"]["cancel_upload"] = true;). The current patch also allows to cancel an upload by setting the "cancel_upload" key to true in the progress data (e.g. $_SESSION["upload_progress_123"]["cancel_upload"] = true;).
  
-Doing so will cancel the currently uploading file, bypass all remaining data (POST variables, uploads, etc), and start to execute the script.+Doing so will cancel the currently uploading file, bypass all remaining data (POST variables, uploads, etc). An upload canceled this way will have "error" set to [[http://www.php.net/manual/en/features.file-upload.errors.php|UPLOAD_ERR_EXTENSION]].
  
rfc/session_upload_progress.txt · Last modified: 2017/09/22 13:28 by 127.0.0.1