Select the search type
  • Site
  • Web
Search
You are here:  Support/Forums
Support

Bring2mind Forums

Cannot upload file - editor empty DNN5.2.3 DX 6.0.0 trial
Last Post 05/16/2012 9:51 PM by Peter Donker. 7 Replies.
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
jane
New Member
New Member
Posts:5


--
01/11/2012 1:05 PM
Hi
I can ADD a new text file, but I cannot upload any other form of file, as the upload edit area (under FILE tab) is blank

DNN 5.2.3, Document Exchange 6.0.0 trial version

Confirmed database ok and changed webconfig as page16 on instructions.

webconfig change caused a critical error around the 2 lines for and regarding ComponentArtUploadModule (***see below***)

When I commented them out, webconfig worked again, but still couldnt see any way of uploading new file.

Have cleared cache, tried it on various pcs, IE, FF, Chrome. Same issue

Please help
Thanks

***

<!-- add name="Authentication" type="DotNetNuke.HttpModules.AuthenticationModule, DotNetNuke.HttpModules.Authentication" / -->












<!-- This gave error support
-->



<!-- This is for CAPTCHA support -->

<!-- This is for Serving files, secure, insecure, from database -->

<!-- This adds syndication support -->

<!-- This adds legacy support for the Logoff page -->

<!-- ASP.NET AJAX support -->










<!-- This gave error support
-->




***
mjlode
New Member
New Member
Posts:22


--
01/12/2012 12:08 PM
Hi,

I exeperienced the same, and I am using DMX 6.0.1. I found out that it is probably related to the SilverlightUploadProvider. When I changed the upload settings to RADuploadProvider, everything is OK.
mjlode
New Member
New Member
Posts:22


--
01/12/2012 12:19 PM
Further to the comment above, I would add that what you get up is a screen with three tabs; Files, Folders and Links. I think it is confusing to get these when I have already decided on the Files option in the previous context menu.
Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
01/13/2012 3:11 PM
A blank area suggests Silverlight is not loaded. Indeed another upload provider may then suit you better. We've not had any issues with Silverlight thus far. One potential issue is if IIS prevents the XAP file from being delivered when the client browser asks for it. You can spot this using Fiddler.

Peter
Jan Mudrak
New Member
New Member
Posts:4


--
05/13/2012 4:40 PM
I have same troubles, although I use DNN 6.1.5. According to my tests, configuration of IIS is not cause of this issue. I think that trouble is in environment with more portals:

I have "root" portal with alias localhost/dotnetnuke and additional portal "work" with alias localhost/dotnetnuke/work.

1) I can upload files using SLUploader if I am logged as SuperUser.
2) I also can upload files if I am logged as a user of root portal.
3) I cannot upload files if I am logged as user of addition portal.

According to Fiddler it seems that in third case HTTP upload request is being redirected and response also clear all cookies (including session cookies).

I still can't find workaround.
Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
05/14/2012 11:53 AM
Hi Jan,

I'll try to replicate this. I've added it to our bug report system.

Peter
Jan Mudrak
New Member
New Member
Posts:4


--
05/14/2012 2:06 PM
Hi,
I can confirm that is issue is related to environment with more portals. Once I access portal "work" not via URL http://localhost/dotnetnuke/work, but http://localhost/work (I binded application to this location), the SilverLightUploader works.

It's working, but it won't suffice in some cases...
Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
05/16/2012 9:51 PM
I identified the bug and fixed it. You'll find a fix in DMX 06.00.03 which has just been released.

Peter
You are not authorized to post a reply.