Browse by Tags

All Tags » byte array
Sorry, but there are no more tags available to filter with.
  • How to get a byte array from the uploaded file?

    CuteWebUI.MvcUploadFile file = uploader.GetUploadedFile(fileguid);  if (file != null) {   // instead of moving the file to a temp-folder, how can I get access to the bytes, like: // byte[] theFile = new byte[file.ContentLength]; // theFile = file.ToArray(); file.MoveTo(''~/UploaderTemp/'' + ...
    Posted to Ajax Uploader (Forum) by Catwiesl on April 16, 2009