<?php
if ( isset ( $GLOBALS["HTTP_RAW_POST_DATA"] )) {
$no=0;
while (file_exists("resimler/".$no.".jpg"))
$no++;
header('Content-Type: image/jpeg');
$image = $GLOBALS["HTTP_RAW_POST_DATA"];
file_put_contents("resimler/".$no.".jpg", $image);
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml2/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>asdasdsad</title>
<link href= "stil.css" rel="stylesheet nofollow" type="text/css" />
</head>
<body>
<div id="ustlogo"></div>
<div id="body"></div>
///////////resim ekleme/////////////
<?php echo $image; ?>
</body>
</html>
bu şekilde denermisin bide;
Bu arada flashın içinden postt ettiğin dosya isminide flashı koydugun dosya olması lazım ?Zaman
2010-07-01 17:45:19Php asd