Krystalware
SlickUpload | Documentation | Demos | Purchase | Free Stuff | Forums | Blog | Testimonials | Company | Contact

Krystalware Support Forums

Welcome Guest Search | Active Topics | Log In | Register

Odd problem Options
chaynes68
#1 Posted : Wednesday, March 10, 2010 2:44:14 PM
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.

 

chaynes68
#2 Posted : Wednesday, March 10, 2010 3:11:44 PM
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?

ChrisHynes
#3 Posted : Wednesday, March 10, 2010 4:10:12 PM
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.

chaynes68
#4 Posted : Thursday, March 11, 2010 1:25:25 PM
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.

Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.