Home Support Site Search Faq Register Login  
FileUp
Re: http module

Thread Starter: sconard   Started: 11-04-2005 10:42 AM   Replies: 7
  04 Nov 2005, 10:42 AM
sconard is not online. Last active: 5/29/2013 11:36:10 AM sconard

Top 10 Posts
Joined on 01-11-2005
Posts 53
http module
My large file uploads are limited by the DotNet runtime.  I would like to use the http module without using the uplx extension.  Is this possible?  I am working on DotNetNuke modules which are based exclusively on ascx controls which preclude the uplx extension.
  
  04 Nov 2005, 10:49 AM
Matt is not online. Last active: 12/2/2005 11:19:17 AM Matt

Top 10 Posts
Joined on 12-15-2004
Posts 153

SoftArtisans Technical Services

Support team
Re: http module
The httpModule can intercept uploads sent to any extension. In order to control what extension will be filtered, you must change the registry key FilterAspDotNetFlagExtension, located here:

HKEY_LOCAL_MACHINE\SOFTWARE\SoftArtisans\FileUpEe

You will also need to do an IISRESET after making any registry changes which affect the module.



Matt Culmone
SoftArtisans Technical Services

  
  04 Nov 2005, 11:17 AM
sconard is not online. Last active: 5/29/2013 11:36:10 AM sconard

Top 10 Posts
Joined on 01-11-2005
Posts 53
Re: http module

Is the http module available to those of us who use fileUpPE?  I cannot find MimeClient.dll.


  
  11 Nov 2005, 12:29 PM
Debbie is not online. Last active: 2/18/2007 6:20:31 PM Debbie

Top 10 Posts
Joined on 12-16-2004
Posts 460

SoftArtisans Technical Services

Support team
Re: http module
The mimeclient.dll is only availabe in FileUpEE. It doesn't really have anything to do with the httpModule. The httpModule dll is FileUpModule.dll

What made you look for the mime client?

  
  17 Nov 2005, 8:52 AM
sconard is not online. Last active: 5/29/2013 11:36:10 AM sconard

Top 10 Posts
Joined on 01-11-2005
Posts 53
Re: http module
Since I must retain the ascx extension for dotnetnuke, what kind of performance loss am I going to suffer by setting the httpmodule for ascx?  Are there test results?

Thank You

  
  22 Nov 2005, 5:21 PM
Debbie is not online. Last active: 2/18/2007 6:20:31 PM Debbie

Top 10 Posts
Joined on 12-16-2004
Posts 460

SoftArtisans Technical Services

Support team
Re: http module

We don't have any test results on this, but I would expect it to be minimal.


  
  28 Nov 2005, 9:19 AM
MarkE is not online. Last active: 12/16/2006 2:31:37 PM MarkE

Top 10 Posts
Joined on 07-14-2005
Posts 4
Re: http module
Does this work with standard + professional editions though?

Also do you include the . prefix (ie. ".aspx") or just the extension (ie. "aspx") as this isn't clear in FileupEE documentation (and not metioned at all in the standard filup docs)?

  
  09 Dec 2005, 2:33 PM
Charlie is not online. Last active: 3/8/2007 3:26:59 PM Charlie

Top 10 Posts
Joined on 12-15-2004
Posts 296

SoftArtisans Technical Services

Support team
Re: http module
Only FileUpEE has the ability to customize which extension the HttpModule will intercept: the FilterAspDotNetFlagExtension registry entry.  You can set it to another extension, such as "aspx" (no dot needed).

FileUp SE and PE do not have a way to configure the HttpModule to intercept pages of a different extension.  This is something we may add in a future version, however.


Charlie Denison
SoftArtisans Technical Services

  
 Page 1 of 1 (8 items)
SoftArtisans Forums » SoftArtisans Products » FileUp » Re: http module