با سلام
چه جوری یک بسته byte رو تو asp دریافت کنم؟
روش زیر برای string هستش.اما حالا اگه بسته باینری بود چی؟

string strValue = string.Empty;

System.IO.StreamReader reader = new System.IO.StreamReader(_context.Request.InputStrea m);
strValue = reader.ReadToEnd();