We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 503de22 commit 0fc82d5Copy full SHA for 0fc82d5
ajax/actions.ajax.php
@@ -6,5 +6,5 @@
6
7
require('../az.multi.upload.class.php');
8
$rename = rand(1000,5000).time();
9
-$upload = new ImageUploadAndResize('localhost','root','','test');
+$upload = new ImageUploadAndResize();
10
$upload->uploadFiles('files', '../uploads', 250, '../mini-logo.png', 20, 20, $rename, 0777, 100, '');
0 commit comments