[CLOSED] FileUploadField PostedFile always null

Page 2 of 2 FirstFirst 12
  1. #11
    Quote Originally Posted by neat View Post
    It is a rather large application that starts off from a desktop-like environment, opening windows from there. I can not alter the large-scale behaviour of the program nor share much of the source code.

    HeadContent is needed for desktop to appear and the JS is responsible for finding and opening the desktop windows.
    So, can you test exactly my test case? Without any change? Maybe, in a separate test project.

    Quote Originally Posted by neat View Post
    The file I am currently testing with is a < 1KB text file.
    OK, this doesn't exceed the limit for sure.
  2. #12
    Managed to get your exact example to run in this project. No change in behaviour.

    For now, I can manage with getting the file straight from the Request, but would still like to get it to work properly.
  3. #13
    Could you share a test project somewhere to download? We would test it.
  4. #14
    I will talk to my superiors about giving you temporary access. I will let you know if that is possible.
  5. #15
    the...

    <form id="form1" runat="server">
    is missing... I mean..

    <body>   
    <form id="form1" runat="server">
     <asp:ContentPlaceHolder ID="MainContent" runat="server" />
    </form>
    </body>


    Quote Originally Posted by neat View Post
    I will talk to my superiors about giving you temporary access. I will let you know if that is possible.
    Last edited by Daniil; May 28, 2014 at 5:00 AM. Reason: Please use [CODE] tags
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Replies: 0
    Last Post: Sep 27, 2012, 7:16 PM
  2. Replies: 0
    Last Post: Dec 01, 2011, 6:43 AM
  3. FileUploadField help
    By osxboy in forum 1.x Help
    Replies: 0
    Last Post: Jul 26, 2010, 9:50 AM
  4. Replies: 1
    Last Post: Jun 08, 2010, 11:38 AM
  5. FileUploadField
    By matthaus in forum 1.x Help
    Replies: 0
    Last Post: Jun 01, 2009, 6:05 AM

Tags for this Thread

Posting Permissions