File upload

You can upload files of type:

The maximum size of the file should be:
KB


File uploaded !

Your file was uploaded successfully !

Here's the code to display it:




Image Details:
name:
size: KB
type:

($img_data[1]/$thumbnail_height)) // width > height imagecopyresized ($dest_img, $img, 0, 0, 0,0, $thumbnail_width, $thumbnail_height, round ((($img_data[1]/$thumbnail_height) * $thumbnail_width),0) , $img_data[1]); else imagecopyresized ($dest_img, $img, 0, 0, 0,0, $thumbnail_width, $thumbnail_height, $img_data[0], round ((($img_data[0]/$thumbnail_width) * $thumbnail_height),0) ); $outputfile = $fileupload_realpath."/".$thumbnail; switch ($img_data[2]) { case 1: imagegif ($dest_img, $outputfile); break; case 2: imagejpeg ($dest_img, $outputfile); break; case 3: imagepng ($dest_img, $outputfile); break; } $piece_of_code = "<a href="$fileupload_url/$img_url" target="_blank"><img src="$fileupload_url/$thumbnail" border="0" alt="" /></a>"; ?>

Thumbnail Generated

Your file was generated successfully !

Here's the code to display it: