We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8001b0e commit fdaa054Copy full SHA for fdaa054
README.md
@@ -8,7 +8,8 @@ A useful collection of php plugins
8
<hr>
9
10
## File Uploader
11
-Is a plugin that allows you to upload and save files quickly with php
+Is a plugin that allows you to upload and save files quickly with php.<br>
12
+On windows servers the calculation of the absolute url of the uploaded file may not be correct.
13
14
### Example
15
@@ -26,7 +27,6 @@ Is a plugin that allows you to upload and save files quickly with php
26
27
// Save multiple files
28
multipleFileUpload($_FILES["multiple-file"], "file/", $settings);
29
-
30
## Url Slug Generator
31
A simple url slug generator
32
0 commit comments