Quantcast
Channel: Off-Topic Posts (Do Not Post Here) forum
Viewing all articles
Browse latest Browse all 14169

How to covert php code into asp.net

$
0
0

<?php

if(isset($GLOBALS["HTTP_RAW_POST_DATA"])){
$flv = $GLOBALS["HTTP_RAW_POST_DATA"];
$filename =  $_GET["id"]. ".flv";
file_put_contents($filename, $flv);
} else{
echo "Encoded flv information not received.";
}
?>

I need this same functionality in asp.net.  Please let me know the solution.




Viewing all articles
Browse latest Browse all 14169

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>