Print Page | Close Window

File Upload Error

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=24188
Printed Date: 06 April 2026 at 10:58pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: File Upload Error
Posted By: Simon
Subject: File Upload Error
Date Posted: 16 August 2007 at 8:22am
Hello Members.
 
i have this error when a file upload ....
 
Anforderungsobjekt Fehler "ASP 0104 : 80004005'
Der Vorgang ist nicht erlaubt
/forum/functions/functions_upload.asp, line 374
I have registered the SmartUpload.dll, in the Control Panel Testsite is this OK.
In the Forum Upload Folder have the IUSR_Account Read-Write Permissions.
 
The Forum is installed on a IIS6 Webserver.
In version 7.x was upload on this server ok...
 
Thanks for Reply
 



Replies:
Posted By: WebWiz-Bruce
Date Posted: 16 August 2007 at 8:29am
Could you please translate the error message to English?


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: Simon
Date Posted: 16 August 2007 at 8:44am
Hello.
 
The Error in English is:
The procedure is not permitted
 
Thanks, Simon


Posted By: WebWiz-Bruce
Date Posted: 16 August 2007 at 8:52am
The only thing can suggest is that you make sure the IUSR account has Read, Wite, and Modify permissions on the upload folder.

Other than that this is an error with the actual upload component, so you would need to consult your documentation for the upload folder to findout why it is throwing this error.

The line which is throwing the error is the one that saves the upload to memory so that details of the upload can be retrieved, this is exactly the same as in version 7. It could be that your host has disabled saving uploads to memory.


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: Simon
Date Posted: 16 August 2007 at 10:13am
Hello.
 
I have found a Workarround for IIS6 on a Windows Server 2003.
The Problem is ASP Error ASP 0104: 80004005 when uplad a Big-File.
 
1. Open IIS Manager
2. Right click on your local computer
3. In the Internet Information Service windows the very first checkbox is “Enable Direct Metabase Edit”.
4. Command: net stop "iisadmin"
5. Then Edit the File "metabase.xml" in "C:\Windows\System32\Inetsrv". Search in the File the Line "AspMaxRequestEntityAllowed" and the Line "AspMaxDiskTemplateCacheFiles". Type "3145728" for Uploads 3MB-Files.
6. Command: net start "iisadmin" and the dependently Services (HTTP-SSL, Smtp, WWW...)
 
mfg Simon


Posted By: Nick-V
Date Posted: 16 August 2007 at 11:10am
Is this supposed to get around the 2MB upload limit???


Posted By: WebWiz-Bruce
Date Posted: 16 August 2007 at 11:26am
It does, but Microsoft have the limit for a reason, because HTTP is a very bad way to upload files and often courses issues with larger files.

If you want to upload larger files you should look at other alternatives like using FTP.


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: Nick-V
Date Posted: 16 August 2007 at 11:38am
Many thanks...interesting perhaps if you want to exceed 2MB just a little then.
 
For more serious files we use WebDav (instead of FTP) ...its more secure and fits into Windows Explorer just like another drive so its easy to use.
 
I'm not sure if WebDav uses the http protocol but it operates on port 80 (instead of 21 or otherwise) and seems quite reliable.



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net