Skip to content

Commit 58441a6

Browse files
authored
Update actions.ajax.php
1 parent 26040ec commit 58441a6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

ajax/actions.ajax.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,3 @@
88
$rename = rand(1000,5000).time();
99
$upload = new ImageUploadAndResize('localhost','root','','test');
1010
$upload->uploadFiles('files', '../uploads', 250, '../mini-logo.png', 20, 20, $rename, 0777, 100, '');
11-
12-
13-
print"<pre>";
14-
foreach($upload->prepareNames as $name){
15-
print_r($name[0]);
16-
}
17-
print"</pre>";

0 commit comments

Comments
 (0)