Print Page | Close Window

Error AspUpload_ProgressBar_Frame.asp

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz NewsPad
Forum Description: Support forum for the Web Wiz NewsPad application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=31514
Printed Date: 28 March 2026 at 9:25am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Error AspUpload_ProgressBar_Frame.asp
Posted By: fabrixnet
Subject: Error AspUpload_ProgressBar_Frame.asp
Date Posted: 15 November 2017 at 2:35pm
Hello,
In admin_editor.asp when I Image Upload I have in File: /newspad/AspUpload_ProgressBar_Frame.asp
HTTP Error 500
Description: Variable is undefined: 'removeAllTags'

If I comment <%' Option Explicit %>
I have:
HTTP Error 500
Description: Type mismatch: 'removeAllTags'






Replies:
Posted By: WebWiz-Bruce
Date Posted: 16 November 2017 at 7:30am
Try adding the line below at line 5 after <% Option Explicit %>

<!-- #include file="common.asp" -->


-------------
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: fabrixnet
Date Posted: 20 November 2017 at 10:53am
I still have a mistake.
The problem is with "removeAllTags"

In version newspad v2 not used "removeAllTags" so AspUpload_ProgressBar_Frame.asp works

I have the same error with the "AspUpload_ProgressBar.asp" file

In version newspad v2 not have this statement:

strPID = removeAllTags(Request.QueryString("PID"))
intRefeshTime = removeAllTags(Request.QueryString("to"))

if I change with:
strPID = Request.QueryString("PID")
intRefeshTime = Request.QueryString("to")

it works


Posted By: WebWiz-Bruce
Date Posted: 21 November 2017 at 9:20am
The removeAllTags is important to prevent hacking.

Change the top of both files to have the following includes;

<!--#include file="functions/functions_filters.asp" -->
<!-- #include file="language_files/RTE_language_file_inc.asp" -->


-------------
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: fabrixnet
Date Posted: 21 November 2017 at 11:42am
Ok now it works, thank you, goodbye



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