Skip to content

Commit fdaa054

Browse files
authored
Update File Uploader Description
1 parent 8001b0e commit fdaa054

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ A useful collection of php plugins
88
<hr>
99

1010
## File Uploader
11-
Is a plugin that allows you to upload and save files quickly with php
11+
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.
1213

1314
### Example
1415

@@ -26,7 +27,6 @@ Is a plugin that allows you to upload and save files quickly with php
2627
// Save multiple files
2728
multipleFileUpload($_FILES["multiple-file"], "file/", $settings);
2829

29-
3030
## Url Slug Generator
3131
A simple url slug generator
3232

0 commit comments

Comments
 (0)