What would change in this code? It'sonly returning one line of data, theres got to be more than that for the file i selected, and if an image, how would i get the width/height of the image using this procedure?
<% a=Request.TotalBytes b=Request.BinaryRead(a) Response.BinaryWrite(b) %> <form method="post" enctype="multipart/form-data"> <input type="file" /> <input type="submit" /> </form>