Click here to Skip to main content
16,018,637 members

Comments by Asim8748 (Top 11 by date)

Asim8748 13-Sep-13 8:15am View    
I am also searched that from Google . but I didn't get any positive answer which can resolve my problem.
Asim8748 13-Sep-13 6:36am View    
there is no space between them. the "file" variable receive some bytes from URL query string but it discard the remaining bytes which I post from windows application. I think there is a issue in array size. after some time array get full and remaining data is discarded.
Asim8748 12-Sep-13 7:42am View    
when i m trying this code it gives me the following error ..

Exception Details: System.ArgumentNullException: Value cannot be null.
Parameter name: InString
and this error appears on aspx page .
Asim8748 12-Sep-13 7:17am View    
here is the error line
byte[] asdf = Convert.ToByte(file);
Asim8748 12-Sep-13 7:17am View    
error is that "cannot implicity convert string to bytes".