|
|
Rank: Newbie
Groups: Registered
Joined: 3/10/2010 Posts: 5
|
This is really odd. I was able to take the sample code (simple) and make a one page app that uploads just fine. I add that one page to my main application by adding sections to the web.config file and copying the aspx, vb, dll, and resx files. Recomplie fix some naming things and reference the copied dll and the page works but will not upload the file. All I get is a blank screen after the file uploads. It appears to upload since I can see the file size just before the page goes blank. There are no errors in the axd traces. I can switch back to my one page application and that still works.
I have completely gutted the web.config file from my main app so that it matches my sample app. Anything I should look for.
|
|
|
Rank: Newbie
Groups: Registered
Joined: 3/10/2010 Posts: 5
|
I just figured it out. If trace is enabled it wont work....setting it to false works as expected. FYI I am on ASP.NET 1.1.
<trace enabled="false" requestLimit="50" pageOutput="false" traceMode="SortByTime" localOnly="true" />
Any reason why this happens?
|
|
|
Rank: Administration

Groups: Administrators
Joined: 7/7/2005 Posts: 1,341 Location: Arlington, VA
|
Yes, that is a known issue. Unfortunately, the way ASP.NET's trace is implemented makes it impossible for SlickUpload to intercept the file upload.
|
|
|
Rank: Newbie
Groups: Registered
Joined: 3/10/2010 Posts: 5
|
thanks for looking, I'm a dumbass I should have seen that in the documentation.
|
|
|
|
Guest |