<?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 : Need Help in Uploading Files</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 : Need Help in Uploading Files]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 12 Apr 2026 17:41:44 +0000</pubDate>
  <lastBuildDate>Sat, 26 Mar 2005 15:05:48 +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=14410</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[Need Help in Uploading Files : I changed the &amp;#039;\&amp;#039; with...]]></title>
   <link>https://forums.webwiz.net/need-help-in-uploading-files_topic14410_post79869.html#79869</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=19931">mbehringer</a><br /><strong>Subject:</strong> 14410<br /><strong>Posted:</strong> 26&nbsp;March&nbsp;2005 at 3:05pm<br /><br />I changed the '\' with '/' and no go. still get the error at line 77.<br><br>I have the path in the admin setup of the forum as uploads.&nbsp; I also tried /uploads and /uploads/<br><br>Still no success.<br><br>Here is what my functions_upload filelooks like.<br><br>Thanks for all the help.&nbsp; Any other ideas?<br><br><br>'******************************************<br>'***&nbsp;&nbsp;&nbsp; &nbsp;&nbsp; File Upload Function&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ****<br>'******************************************<br><br>'Function to upload a file<br>Private Function fileUpload(ByVal strFileUploadPath, ByValsaryFileUploadTypes, ByVal intMaxFileSize, ByVal strUploadComponent,ByRef lngErrorFileSize, ByRef blnExtensionOK, ByRef strUserFolderName)<br><br>&nbsp;&nbsp;&nbsp; 'Dimension variables<br>&nbsp;&nbsp;&nbsp; Dim objUpload&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 'Uplaod component<br>&nbsp;&nbsp;&nbsp; Dim strNewFileName&nbsp;&nbsp;&nbsp; 'Holds the file name<br>&nbsp;&nbsp;&nbsp; Dim strOriginalFileName&nbsp;&nbsp;&nbsp; 'Holds theoriginal file name for those components that need to save the file first<br>&nbsp;&nbsp;&nbsp; Dim objFSO&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 'Holds the file system object<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; '******************************************<br>&nbsp;&nbsp;&nbsp; '***&nbsp;&nbsp; Create a folder for the user&nbsp;&nbsp;&nbsp; ****<br>&nbsp;&nbsp;&nbsp; '******************************************<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; 'Creat n intence of the FSO object<br>&nbsp;&nbsp;&nbsp; Set objFSO = Server.CreateObject("Scripting.FileSystemObject")<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; 'See if the user already has a folder<br>&nbsp;&nbsp;&nbsp; If objFSO.FolderExists(Server.MapPath(strFileUploadPath &amp; "/" &amp; strUserFolderName)) = False Then<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 'If the user dosen't have a folder create them one<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; objFSO.CreateFolder(Server.MapPath(strFileUploadPath &amp; "/" &amp; strUserFolderName))<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; End If<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; 'Release the FSO object<br>&nbsp;&nbsp;&nbsp; Set objFSO = Nothing<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; 'Add the usernames folder name to the upload folder name<br>&nbsp;&nbsp;&nbsp; strFileUploadPath = strFileUploadPath &amp; "/" &amp; strUserFolderName<br>&nbsp;&nbsp;&nbsp; <br><br>]]>
   </description>
   <pubDate>Sat, 26 Mar 2005 15:05:48 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/need-help-in-uploading-files_topic14410_post79869.html#79869</guid>
  </item> 
  <item>
   <title><![CDATA[Need Help in Uploading Files : Line 77 is before the folder is...]]></title>
   <link>https://forums.webwiz.net/need-help-in-uploading-files_topic14410_post79842.html#79842</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 14410<br /><strong>Posted:</strong> 26&nbsp;March&nbsp;2005 at 4:37am<br /><br />Line 77 is before the folder is created and uses the FSO object to see if the folder already exsists.<br><br>Try editing the file functions_upload.asp and change any '\' to '/' and see if that solves your problem.<br><br>Also check your path to the upload folder is correct, it should be just 'upload'<br>]]>
   </description>
   <pubDate>Sat, 26 Mar 2005 04:37:56 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/need-help-in-uploading-files_topic14410_post79842.html#79842</guid>
  </item> 
  <item>
   <title><![CDATA[Need Help in Uploading Files : if the server was sensitive to...]]></title>
   <link>https://forums.webwiz.net/need-help-in-uploading-files_topic14410_post79829.html#79829</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=19931">mbehringer</a><br /><strong>Subject:</strong> 14410<br /><strong>Posted:</strong> 25&nbsp;March&nbsp;2005 at 3:15pm<br /><br />if the server was sensitive to '\' vs '/' wouldn't it not have createdthe user folder?&nbsp; The script created the user folder but errorsout when it tries to write the file it is uploading.<br><br>I changed the "/" to '\' and recieve this error<br><ul><li><font style="color: rgb(0, 0, 0); font-family: verdana; font-style: normal; font-variant: normal; font-weight: normal; font-size: 8pt; line-height: 11pt; font-size-adjust: n&#111;ne; font-stretch: normal;">Error Type:<br>Server.MapPath(), ASP 0174 (0x80004005)<br>An invalid '/' or '\' was found in the Path parameter for the MapPath method. <br><b>/webwizforum/forum/functions/functions_upload.asp, line 77</b><br></font></li><p></p><li><font style="color: rgb(0, 0, 0); font-family: verdana; font-style: normal; font-variant: normal; font-weight: normal; font-size: 8pt; line-height: 11pt; font-size-adjust: n&#111;ne; font-stretch: normal;">Browser Type:<br>Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.2</font></li><p></p><li><font style="color: rgb(0, 0, 0); font-family: verdana; font-style: normal; font-variant: normal; font-weight: normal; font-size: 8pt; line-height: 11pt; font-size-adjust: n&#111;ne; font-stretch: normal;">Page:<br>POST 7190 bytes to /webwizforum/forum/upload_images.asp</font></li><li><font style="color: rgb(0, 0, 0); font-family: verdana; font-style: normal; font-variant: normal; font-weight: normal; font-size: 8pt; line-height: 11pt; font-size-adjust: n&#111;ne; font-stretch: normal;">POST Data:<br> . . .</font></li><p></p><li><font style="color: rgb(0, 0, 0); font-family: verdana; font-style: normal; font-variant: normal; font-weight: normal; font-size: 8pt; line-height: 11pt; font-size-adjust: n&#111;ne; font-stretch: normal;">Time:</font></li></ul>Any thoughts?<br><br>Thanks<br><br>]]>
   </description>
   <pubDate>Fri, 25 Mar 2005 15:15:56 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/need-help-in-uploading-files_topic14410_post79829.html#79829</guid>
  </item> 
  <item>
   <title><![CDATA[Need Help in Uploading Files : Some servers are sesitive to whether...]]></title>
   <link>https://forums.webwiz.net/need-help-in-uploading-files_topic14410_post79785.html#79785</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 14410<br /><strong>Posted:</strong> 25&nbsp;March&nbsp;2005 at 4:37am<br /><br />Some servers are sesitive to whether you use '/' or '\'<br><br>Windows files paths as used in the server usually use '\'<br>]]>
   </description>
   <pubDate>Fri, 25 Mar 2005 04:37:28 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/need-help-in-uploading-files_topic14410_post79785.html#79785</guid>
  </item> 
  <item>
   <title><![CDATA[Need Help in Uploading Files : It did not have the &amp;#034;/&amp;#034;...]]></title>
   <link>https://forums.webwiz.net/need-help-in-uploading-files_topic14410_post79750.html#79750</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=19931">mbehringer</a><br /><strong>Subject:</strong> 14410<br /><strong>Posted:</strong> 24&nbsp;March&nbsp;2005 at 4:43pm<br /><br />It did not have the "/" so I added it and got this error.<br><p><font style="color: rgb(0, 0, 0); font-family: verdana; font-style: normal; font-variant: normal; font-weight: normal; font-size: 8pt; line-height: 11pt; font-size-adjust: n&#111;ne; font-stretch: normal;">Technical Information (for support personnel)</font></p><ul><li><font style="color: rgb(0, 0, 0); font-family: verdana; font-style: normal; font-variant: normal; font-weight: normal; font-size: 8pt; line-height: 11pt; font-size-adjust: n&#111;ne; font-stretch: normal;">Error Type:<br>Server.MapPath(), ASP 0174 (0x80004005)<br>An invalid '/' or '\' was found in the Path parameter for the MapPath method. <br><b>/webwizforum/forum/functions/functions_upload.asp, line 77</b><br></font></li><p></p><li><font style="color: rgb(0, 0, 0); font-family: verdana; font-style: normal; font-variant: normal; font-weight: normal; font-size: 8pt; line-height: 11pt; font-size-adjust: n&#111;ne; font-stretch: normal;">Browser Type:<br>Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.2</font></li><p></p><li><font style="color: rgb(0, 0, 0); font-family: verdana; font-style: normal; font-variant: normal; font-weight: normal; font-size: 8pt; line-height: 11pt; font-size-adjust: n&#111;ne; font-stretch: normal;">Page:<br>POST 3016 bytes to /webwizforum/forum/upload_images.asp</font></li><li><font style="color: rgb(0, 0, 0); font-family: verdana; font-style: normal; font-variant: normal; font-weight: normal; font-size: 8pt; line-height: 11pt; font-size-adjust: n&#111;ne; font-stretch: normal;">POST Data:<br> . . .</font></li><p></p><li><font style="color: rgb(0, 0, 0); font-family: verdana; font-style: normal; font-variant: normal; font-weight: normal; font-size: 8pt; line-height: 11pt; font-size-adjust: n&#111;ne; font-stretch: normal;">Time:<br>Thursday, March 24, 2005, 3:33:28 PM</font></li><p></p><li><font style="color: rgb(0, 0, 0); font-family: verdana; font-style: normal; font-variant: normal; font-weight: normal; font-size: 8pt; line-height: 11pt; font-size-adjust: n&#111;ne; font-stretch: normal;">More information:</font></li></ul>Errored at a different line this time.<br><br>Here is line 77 thru 80 in the functions_upload script.<br><br>&nbsp;&nbsp;&nbsp; If objFSO.FolderExists(Server.MapPath(strFileUploadPath &amp; "\" &amp; strUserFolderName)) = False Then<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 'If the user dosen't have a folder create them one<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; objFSO.CreateFolder(Server.MapPath(strFileUploadPath &amp; "\" &amp; strUserFolderName))<br><br>When I look in the folder there is a folder created for the user.&nbsp; The script created it.<br><br>Thanks again<br>]]>
   </description>
   <pubDate>Thu, 24 Mar 2005 16:43:29 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/need-help-in-uploading-files_topic14410_post79750.html#79750</guid>
  </item> 
  <item>
   <title><![CDATA[Need Help in Uploading Files : please check your uplaod settings...]]></title>
   <link>https://forums.webwiz.net/need-help-in-uploading-files_topic14410_post79746.html#79746</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=2216">dj air</a><br /><strong>Subject:</strong> 14410<br /><strong>Posted:</strong> 24&nbsp;March&nbsp;2005 at 4:02pm<br /><br />please check your uplaod settings within the admin area.. make surethat the path to the folder is correct, if you think it is add or takea / at the end as it may be that causing the problem<br><br><br>but i think it doesn't have a / at the end.<br><br>]]>
   </description>
   <pubDate>Thu, 24 Mar 2005 16:02:18 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/need-help-in-uploading-files_topic14410_post79746.html#79746</guid>
  </item> 
  <item>
   <title><![CDATA[Need Help in Uploading Files : I hope some one can help. I am...]]></title>
   <link>https://forums.webwiz.net/need-help-in-uploading-files_topic14410_post79742.html#79742</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=19931">mbehringer</a><br /><strong>Subject:</strong> 14410<br /><strong>Posted:</strong> 24&nbsp;March&nbsp;2005 at 2:42pm<br /><br />I hope some one can help.&nbsp; I am running WebWiz fourums on a Win2kmachine with IIS and have tried both aspsmartupload and Dudas. I getthe popup screen to browse for the file and when i select and tryupload I get this error.<br><p><font style="color: rgb(0, 0, 0); font-family: verdana; font-style: normal; font-variant: normal; font-weight: normal; font-size: 8pt; line-height: 11pt; font-size-adjust: n&#111;ne; font-stretch: normal;">Technical Information (for support personnel)</font></p><ul><li><font style="color: rgb(0, 0, 0); font-family: verdana; font-style: normal; font-variant: normal; font-weight: normal; font-size: 8pt; line-height: 11pt; font-size-adjust: n&#111;ne; font-stretch: normal;">Error Type:<br>Microsoft VBScript runtime  (0x800A004C)<br>Path not found<br><b>/webwizforum/forum/functions/functions_upload.asp, line 80</b><br></font></li><p></p><li><font style="color: rgb(0, 0, 0); font-family: verdana; font-style: normal; font-variant: normal; font-weight: normal; font-size: 8pt; line-height: 11pt; font-size-adjust: n&#111;ne; font-stretch: normal;">Browser Type:<br>Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.6) Gecko/20050225 Firefox/1.0.1</font></li><p></p><li><font style="color: rgb(0, 0, 0); font-family: verdana; font-style: normal; font-variant: normal; font-weight: normal; font-size: 8pt; line-height: 11pt; font-size-adjust: n&#111;ne; font-stretch: normal;">Page:<br>POST 3028 bytes to /webwizforum/forum/upload_images.asp</font></li><li><font style="color: rgb(0, 0, 0); font-family: verdana; font-style: normal; font-variant: normal; font-weight: normal; font-size: 8pt; line-height: 11pt; font-size-adjust: n&#111;ne; font-stretch: normal;">POST Data:<br> . . .</font></li><p></p><li><font style="color: rgb(0, 0, 0); font-family: verdana; font-style: normal; font-variant: normal; font-weight: normal; font-size: 8pt; line-height: 11pt; font-size-adjust: n&#111;ne; font-stretch: normal;">Time:<br>Thursday, March 24, 2005, 1:34:23 PM</font></li></ul>Any Ideas?<br><br>Thanks for all the help<br>Michael<br><br>]]>
   </description>
   <pubDate>Thu, 24 Mar 2005 14:42:20 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/need-help-in-uploading-files_topic14410_post79742.html#79742</guid>
  </item> 
 </channel>
</rss>