<?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 : Web Wiz Forums versi&#111;n 7.8 - upload ...</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 : Web Wiz Forums versi&#111;n 7.8 - upload ...]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 12 Apr 2026 06:13:53 +0000</pubDate>
  <lastBuildDate>Tue, 22 Feb 2005 20:46:40 +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=13936</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[Web Wiz Forums versi&#111;n 7.8 - upload ... :   -boRg- wrote:ABCUpload, thats...]]></title>
   <link>https://forums.webwiz.net/web-wiz-forums-version-7-8-upload_topic13936_post77123.html#77123</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=19544">pighead001</a><br /><strong>Subject:</strong> 13936<br /><strong>Posted:</strong> 22&nbsp;February&nbsp;2005 at 8:46pm<br /><br /> <table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by -boRg-" alt="Originally posted by -boRg-" style="vertical-align: text-bottom;" /> <strong>-boRg- wrote:</strong><br /><br />ABCUpload, thats a new one I've never heard of before.<br /><br />This would be quite a difficult task unless you are good with ASP.<br /><br />You would need to edit the functions/functions_upload.asp file to add<br />in all the methods and properties of this component in order to make the<br />forum work with it.<br /><br /></td></tr></table> <br /><br />For this functions/functions_upload.asp i have edit because the script are not easy match with so need the developer help<br /><br />Example for this  ABCUpload<br /><br />&lt;%'Basic Upload%&gt;<br />&lt;html&gt;<br />&lt;body&gt;<br />&lt;form method="post" action="basicupload.asp" enctype="multipart/form-data"&gt;<br />&lt;input type="file" name="filefield"&gt;&lt;br&gt;<br />&lt;input type="submit" name="submit" value="submit"&gt;<br />&lt;/form&gt;<br />&lt;body&gt;<br />&lt;/html&gt; <br />--------------<br />&lt;% @Language="VBScript" %&gt;<br />&lt;% <br />Set theForm = Server.CreateObject("ABCUpload4.XForm")<br />theForm.Overwrite = True<br />If theForm.Files("filefield").FileExists Then<br />&nbsp;&nbsp;&nbsp;theForm.Files("filefield").Save "myupload.dat"<br />End If<br />%&gt;<br />&lt;html&gt;<br />&lt;body&gt;<br />File uploaded...<br />&lt;/body&gt;<br />&lt;/html&gt;<br /><br /><br />=======================================<br />&lt;%'Image Upload %&gt;<br />&lt;html&gt;<br />&lt;body&gt;<br />&lt;form method="post" action="imageupload.asp" enctype="multipart/form-data"&gt;<br />&lt;input type="file" name="image1"&gt;&lt;br&gt;<br />&lt;input type="file" name="image2"&gt;&lt;br&gt;<br />&lt;input type="submit" name="submit" value="submit"&gt;<br />&lt;/form&gt;<br />&lt;body&gt;<br />&lt;/html&gt;<br />----<br />&lt;% @Language="VBScript" %&gt;<br />&lt;% <br />Set theForm = Server.CreateObject("ABCUpload4.XForm")<br />theForm.Overwrite = True<br />Set theField = theForm.Files("image1")<br />If theField.FileExists Then theField.Save theField.FileName<br />Set theField = theForm.Files("image2")<br />If theField.FileExists Then theField.Save theField.FileName<br />%&gt;<br />&lt;html&gt;<br />&lt;body&gt;<br />Images uploaded...<br />&lt;/body&gt;<br />&lt;/html&gt;<br /><br />==========================================<br />&lt;%'Upload to File server %&gt;<br />&lt;html&gt;<br />&lt;body&gt;<br />&lt;form method="post" action="sfmupload.asp" enctype="multipart/form-data"&gt;<br />&lt;input type="file" name="file"&gt;&lt;br&gt;<br />&lt;input type="submit" name="submit" value="submit"&gt;<br />&lt;/form&gt;<br />&lt;body&gt;<br />&lt;/html&gt;<br />------<br />&lt;% @Language="VBScript" %&gt;<br />&lt;html&gt;<br />&lt;body&gt;<br />&lt;% <br />Set theForm = Server.CreateObject("ABCUpload4.XForm")<br />theForm.AbsolutePath = True<br />Set theField = theForm.Files("file")<br />If theField.FileExists Then <br />  theField.Save "C:\" & theField.SafeFileName<br />  Response.Write "File uploaded..."<br />Else<br />  Response.Write "No file uploaded..."<br />End If<br />%&gt;<br />&lt;/body&gt;<br />&lt;/html&gt;<br /><br /><br /><br />]]>
   </description>
   <pubDate>Tue, 22 Feb 2005 20:46:40 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/web-wiz-forums-version-7-8-upload_topic13936_post77123.html#77123</guid>
  </item> 
  <item>
   <title><![CDATA[Web Wiz Forums versi&#111;n 7.8 - upload ... : On the ABCUpload homepage it says...]]></title>
   <link>https://forums.webwiz.net/web-wiz-forums-version-7-8-upload_topic13936_post77053.html#77053</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 13936<br /><strong>Posted:</strong> 22&nbsp;February&nbsp;2005 at 10:47am<br /><br />On the ABCUpload homepage it says it is an Active X component.<br><br>But on reading through the support pages it looks like ti is a server side ASP component.<br>]]>
   </description>
   <pubDate>Tue, 22 Feb 2005 10:47:48 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/web-wiz-forums-version-7-8-upload_topic13936_post77053.html#77053</guid>
  </item> 
  <item>
   <title><![CDATA[Web Wiz Forums versi&#111;n 7.8 - upload ... : ABCUpload is an ActiveX component...]]></title>
   <link>https://forums.webwiz.net/web-wiz-forums-version-7-8-upload_topic13936_post77046.html#77046</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=9949">dpyers</a><br /><strong>Subject:</strong> 13936<br /><strong>Posted:</strong> 22&nbsp;February&nbsp;2005 at 9:51am<br /><br />ABCUpload is an ActiveX component - a user has to upload and install it on their local machine. Not likely to be done by anyone with any sort of security awareness.<DIV>&nbsp;</DIV><DIV>The upload components currently used by WWF are server-side components only. The user doesn't need to install anything.</DIV>]]>
   </description>
   <pubDate>Tue, 22 Feb 2005 09:51:04 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/web-wiz-forums-version-7-8-upload_topic13936_post77046.html#77046</guid>
  </item> 
  <item>
   <title><![CDATA[Web Wiz Forums versi&#111;n 7.8 - upload ... : ABCUpload, thats a new one I&amp;#039;ve...]]></title>
   <link>https://forums.webwiz.net/web-wiz-forums-version-7-8-upload_topic13936_post77021.html#77021</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 13936<br /><strong>Posted:</strong> 22&nbsp;February&nbsp;2005 at 4:42am<br /><br />ABCUpload, thats a new one I've never heard of before.<br><br>This would be quite a difficult task unless you are good with ASP.<br><br>You would need to edit the functions/functions_upload.asp file to addin all the methods and properties of this component in order to make theforum work with it.<br>]]>
   </description>
   <pubDate>Tue, 22 Feb 2005 04:42:01 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/web-wiz-forums-version-7-8-upload_topic13936_post77021.html#77021</guid>
  </item> 
  <item>
   <title><![CDATA[Web Wiz Forums versi&#111;n 7.8 - upload ... : Web Wiz Forums version 7.8 - upload...]]></title>
   <link>https://forums.webwiz.net/web-wiz-forums-version-7-8-upload_topic13936_post76991.html#76991</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=19544">pighead001</a><br /><strong>Subject:</strong> 13936<br /><strong>Posted:</strong> 21&nbsp;February&nbsp;2005 at 9:26pm<br /><br />Web Wiz Forums version 7.8 - upload ...<br /><br />My server only support this upload component<br /><br />ABCUpload <br />Server.CreateObject("ABCUpload4.XForm")<br /><br />I have no ideal how to set the current Web wiz forums v7.8 so that the forum can have the upload function.<br /><br /> <img src="https://forums.webwiz.net/smileys/smiley19.gif" align="middle" border="0"> ]]>
   </description>
   <pubDate>Mon, 21 Feb 2005 21:26:24 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/web-wiz-forums-version-7-8-upload_topic13936_post76991.html#76991</guid>
  </item> 
 </channel>
</rss>