I\'m trying to use valums ajax uploader. http://valums.com/ajax-upload/
I have the following on my page:
var button = $(\'#fileUpload\')[0]; var uplo
You should try:
Stream inputStream = (context.Request.Files.Count > 0) ? context.Request.Files[0].InputStream : context.Request.InputStream;