There was an error while loading. Please reload this page.
1 parent 0a227c2 commit caba93dCopy full SHA for caba93d
README.md
@@ -23,7 +23,7 @@ in your PHP file
23
```php
24
require('../az.multi.upload.class.php');
25
$rename = rand().time(); // You can choose your own name.
26
-$upload = new ImageUploadAndResize();
+$upload = new ImageUploadAndResize('localhost','root','',''); //Host, User, Password, DB, Port
27
$upload->uploadFiles('files', '../uploads', 400, '../mini-logo.png', 20, 20, $rename, 0777, 100, '');
28
```
29
All parameters that you need to set
0 commit comments