Skip to content

Commit caba93d

Browse files
authored
Update README.md
1 parent 0a227c2 commit caba93d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ in your PHP file
2323
```php
2424
require('../az.multi.upload.class.php');
2525
$rename = rand().time(); // You can choose your own name.
26-
$upload = new ImageUploadAndResize();
26+
$upload = new ImageUploadAndResize('localhost','root','',''); //Host, User, Password, DB, Port
2727
$upload->uploadFiles('files', '../uploads', 400, '../mini-logo.png', 20, 20, $rename, 0777, 100, '');
2828
```
2929
All parameters that you need to set

0 commit comments

Comments
 (0)