Guest User

Untitled

a guest
May 23rd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <?
  2. require_once('classes/upload.class.php');
  3.  
  4. $upload = new Upload(5242880,$_FILES['upload'],'upload/');
  5. $image = $upload->uploadImage();
  6. $thumb = $upload->createThumb($image,'upload/thumbs/');
  7. ?>
Add Comment
Please, Sign In to add comment