Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Error message trying to upload a skin fileError message trying to upload a skin file
Previous
 
Next
New Post
3/30/2008 12:06 AM
 

DNN 3.2.2. When trying ot upload a skin zip file, I get error message "File Upload is currently unavailable". I know this skin file is OK because it worked when this DNN installation was on another host/server. I've searched this forum and found several mentions of this issue but no resolution in any of the threads.

 
New Post
3/30/2008 4:06 AM
 

make sure, all file types contained in the skin package are of included in the allowed file types in Host Settings.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
3/30/2008 10:30 AM
 

This was added to the web.config file and it fixed the problem:

<httpRuntime useFullyQualifiedRedirectUrl="true" maxRequestLength="8192" requestLengthDiskThreshold="8192"/>

 
New Post
4/2/2008 6:35 PM
 

I host my sites in a shared environment (ADPhosting - it's $4/mo with automated DNN setup with 200MB MS SQL dbase), which most likely also has the IIS executionTimeout set to a low value, and I've found that you need to add code snippet that ups the executiionTimeout value as well, otherwise IIS times out.

Here's what I put in my web.config file in place of the default DNN version:

   <httpRuntime useFullyQualifiedRedirectUrl="true" maxRequestLength="2000000" requestLengthDiskThreshold="2000000" executionTimeout="2000000" />

With this code in place my Users can upload files in excess of 70MB through the web server.

NOTE: I don't like using the HTTP server to upload files this large, but for my end-Users, who don't have a clue about how to FTP, this is a blessing.

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Error message trying to upload a skin fileError message trying to upload a skin file


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out