You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
# The Unzipper
2
2
3
3
The Unzipper extracts .zip and .rar archives or .gz files on webservers. It detects .zip/.rar/.gz archives and let you choose which one to extract (if there are multiple archives available).
4
+
As of version 0.1.0 it also supports creating archives.
4
5
5
6
It's handy if you do not have shell access. E.g. if you want to upload a lot of files (php framework or image collection) as archive - because it is much faster than uploading each file by itself.
6
7
@@ -13,10 +14,15 @@ PHP 5.3 and newer
13
14
## Usage
14
15
* Download unzipper.php and place it in the same directory as your .zip archive.
15
16
* In Browser type URL to unzipper.php
17
+
18
+
### Archive unzipper
16
19
* Choose .zip, .rar archive or .gz file you want to extract
17
-
*Optionally select an extraction path, defaults to current directory
20
+
*(Optional) select an extraction path, defaults to current directory
18
21
* Click "Unzip Archive"
19
22
23
+
### Archive zipper
24
+
* (Optional) Set path to zip, defaults to current directory
0 commit comments