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

Bring2mind Forums

Upload Controls
Last Post 05/12/2010 11:14 PM by Peter Donker. 8 Replies.
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Chris Smith
New Member
New Member
Posts:68


--
05/12/2010 4:26 PM

Peter,

Under Admin > Main Options, there only one upload control (aspnetupload). Are the RadUpload and CA Upload control no longer available?

Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
05/12/2010 9:28 PM
Hi Chris,

You need to enable them in the web.config page (Admin menu DMX).

Peter
Chris Smith
New Member
New Member
Posts:68


--
05/12/2010 9:44 PM

Hi Peter,

I was reading in another thread where you mentioned that if using IIS 7 (I'm using IIS 7.5 with AppPool Identity), you must have the upload controls in both the system.webserver as well as the system.web. I was under the impression that the system.web modules and handlers are ignored by IIS 7.5.

Can you elaborate or share a proper web.config format?
 

Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
05/12/2010 10:21 PM
Hi Chris,

That's why I added the web config tuning page. Indeed if you add it to both sections it'll work. I'll rethink how I do the test. The problem is that in the realm of the module I don't know if it's IIS 6 or 7. So I need to test both to see if it is safe to use the component. If not then users will be complaining that the component doesn't work.

Peter
Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
05/12/2010 10:22 PM
PS Copying XML here is a nightmare. So contact me by email if you can't get it to work and I'll send a web.config.
Chris Smith
New Member
New Member
Posts:68


--
05/12/2010 10:47 PM

I enable both the Telerik and CA Controls for IIS6, then recycled the AppPool. I then changed the Admin>Main Option Setting to Telerik. The file uploaded OK, but after the file was selected and the Next button selected, a [duanting] Pop-Up appeared with the following message:

RadUpload Ajax callback error. Source url returned invalid content:



<!-- <script language="javascript">window.location.replace("http://www.domain.com/Bri...eStamp=1273696651582")</script> -->

var rawProgressData = {InProgress:false,RadProgressContextCustomCounters:false};



https://www.domain.com/Bring2mind.Telerik.RadUploadProgressHandler.aspx?DMXRadUrid=e27fe2ff-bb19-4a86-8960-e3550f1fc6e9



Did you register the RadUploadProgressHandler in web.config?



Please, see the help for more details: RadUpload 2.x - Using RadUpload - Configuration - RadUploadProgressHandler.

I checked the web.config and the CA and Rad components where added to the system.web node in both the modules and handlers sections.

Any suggestions?

Chris Smith
New Member
New Member
Posts:68


--
05/12/2010 10:56 PM

Peter,

When I try the CA uploader, the File screen shows 0% then refreshes. No file upload takes place.

Chris Smith
New Member
New Member
Posts:68


--
05/12/2010 11:10 PM

Here are the relevant lines from the web.config

system.webserver
 modules
     
        
        
/modules
handlers
      
     
     
     
     

  system.web
   modules
     
     
     
     
    /modules
    handlers
         
         
    /handlers
 

 

Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
05/12/2010 11:14 PM
Hi Chris,

As I said XML is pretty hopeless here. Please email me.

Peter
You are not authorized to post a reply.