PHP Classes

File: README-EL.md

Recommend this page to a friend!
  Packages of Christos Drogidis   TZipHandler   README-EL.md   Download  
File: README-EL.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: TZipHandler
Show progress of Zip file extraction on the server
Author: By
Last change: Initial
Date: 3 months ago
Size: 2,758 bytes
 

Contents

Class file image Download

??????????? ZIP ?? ?????????? ????? ??????? (AJAX + PHP)

?????????? ?????????? ???????????? ZIP ??????? ?? ??????? ????????? ??????? ???? browser ???? AJAX ??? ??????????? ???? PHP session.

??????? ?? ????? ??? ??????? extractWithProgress() ??? ?????? TZipHandler ??? Ascoos OS.

??????????????

  • ????? ??????? ?? ?????????? ????? (??????? + ????? ????????? ???????)
  • AJAX ??????? (????? WebSocket)
  • ?????????? ??????? ??? `$_SESSION`
  • jQuery interface
  • ?????????? ????? ??????? & ?????????? ???????????

??????????

  • PHP ? 8.3
  • Ascoos OS 1.0.0 ? ?? AWES 26 Pro
  • ?????????????? sessions
  • ?????????? ???????? ???? ?????? ??????????
  • jQuery

???????????

  1. ????????? ? clone ?? repository
  2. ??????????? ?? ?????? ???? web server ???
  3. ??????????? ?? paths ??? `extractWithProgress.php` ???? ?? ???????? ??? ???? ??? ????????:

    $zipHandler->extractWithProgress(
        '/path/to/your/archive.zip',
        '/path/to/extraction/folder',
        'ajaxProgressCallback'
    );
    

?????

  1. ??????? ?? `extractWithProgress.html` ???? browser
  2. ??????? Start Extract
  3. ?????????????? ??? ????? ??? ?? log ???????

?????????? ??????:

Extracted: folder/config.ini
Extracted: images/logo.png
...
Completed!

??? ???????? (????????????)

Browser ---> ???? "??????" ---> AJAX polling ???? 1 ????. ---> extractWithProgress.php
                                           |
                                           v
                                 ???????? $_SESSION['zip_progress']
                                           |
                                           v
                                 ??????? JSON ? ?????????? ????? & log

? ??????????? ??????? ?? ??? ????? PHP ??????, ??? ? ??????? ???????????? ??? session ??? ?????????? ??? ???????? AJAX ???????.

?????

AGL (Ascoos General License).

© 2025-2026 Ascoos OS