<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : in new_post.asp,edit_post.asp..</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : in new_post.asp,edit_post.asp..]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 12 Apr 2026 14:25:55 +0000</pubDate>
  <lastBuildDate>Mon, 03 Apr 2006 10:10:16 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=19090</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[in new_post.asp,edit_post.asp.. : Yes you are correct  ]]></title>
   <link>https://forums.webwiz.net/in-new-post-aspedit-post-asp_topic19090_post103230.html#103230</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 19090<br /><strong>Posted:</strong> 03&nbsp;April&nbsp;2006 at 10:10am<br /><br />Yes you are correct]]>
   </description>
   <pubDate>Mon, 03 Apr 2006 10:10:16 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/in-new-post-aspedit-post-asp_topic19090_post103230.html#103230</guid>
  </item> 
  <item>
   <title><![CDATA[in new_post.asp,edit_post.asp.. : I noticed that in page new_post.asp,edit_post.asp  where...]]></title>
   <link>https://forums.webwiz.net/in-new-post-aspedit-post-asp_topic19090_post103107.html#103107</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=20112">graper</a><br /><strong>Subject:</strong> 19090<br /><strong>Posted:</strong> 01&nbsp;April&nbsp;2006 at 1:52am<br /><br />I noticed that in page new_post.asp,edit_post.asp<br /><br />where <br /><br /><table width="99%"><tr><td><pre class="BBcode"><br />Dim saryFileUploads&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'Holds the names of the files uploaded<br /><br />.............<br /><br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;saryFileUploads = Replace(saryFileUploads, "*", "", 1, -1, 1)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;saryFileUploads = Replace(saryFileUploads, "?", "", 1, -1, 1)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;saryFileUploads = Replace(saryFileUploads, "/", "", 1, -1, 1)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;saryFileUploads = Replace(saryFileUploads, "\", "", 1, -1, 1)<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'Split the uploads form field into file names<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;saryFileUploads = Split(strFileUploads, ";")<br /></pre></td></tr></table><br /><br /><br />should be replaced with <br /><br /><table width="99%"><tr><td><pre class="BBcode"><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strFileUploads = Replace(strFileUploads, "*", "", 1, -1, 1)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strFileUploads = Replace(strFileUploads, "?", "", 1, -1, 1)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strFileUploads = Replace(strFileUploads, "/", "", 1, -1, 1)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strFileUploads = Replace(strFileUploads, "\", "", 1, -1, 1)<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'Split the uploads form field into file names<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;saryFileUploads = Split(strFileUploads, ";")<br /></pre></td></tr></table><br /><br />Can you confirm?<br />&nbsp;&nbsp;&nbsp;&nbsp;<span style="font-size:10px"><br /><br />Edited by graper - 01&nbsp;April&nbsp;2006 at 1:55am</span>]]>
   </description>
   <pubDate>Sat, 01 Apr 2006 01:52:27 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/in-new-post-aspedit-post-asp_topic19090_post103107.html#103107</guid>
  </item> 
 </channel>
</rss>