I am using this faq329-1869 to help me create photo upload capability for some pages I am building in ASP. However, I am receiving the following error:
Expected statement
upLoadEnd.asp, line 7
Option Explicit
Line 7 is:
I did not change any of the code from what was posted on the FAQ. However, there was a disclaimer somewhere stating that I need to be running VB 5 on the server. I am using IIS with XP Pro... how do I ensure that I am running VB 5? Just wondering if that is causing the problem? If anyone wants me to post the code I can, but I literally copied it from the FAQ.
~E
Expected statement
upLoadEnd.asp, line 7
Option Explicit
Line 7 is:
Code:
<%Option Explicit%>
I did not change any of the code from what was posted on the FAQ. However, there was a disclaimer somewhere stating that I need to be running VB 5 on the server. I am using IIS with XP Pro... how do I ensure that I am running VB 5? Just wondering if that is causing the problem? If anyone wants me to post the code I can, but I literally copied it from the FAQ.
~E