Ask a Question related to ASP Components, Design and Development.
-
eric.goforth@gmail.com #1
SoftArtisans.FileUp <!--METADATA TYPE="ASP_DEBUG_INFO"-->
Hello,
I'm seeing:
<!--METADATA TYPE="ASP_DEBUG_INFO"
-->
at the top of all my attachments when I try to view them. Any idea
where this is coming from? It really causes problems on Word
attachments.
I'm calling FileUp in classic ASP like so:
--------------
Dim strFileRef
strFileRef = "d:\myattachments\2235\282793"
Set Download = Server.CreateObject("SoftArtisans.FileUp")
On Error Resume Next
Download.TransferFile strFileRef
-----------
Thanks,
Eric
eric.goforth@gmail.com Guest
-
Distiller uses Finder creator/type "ORAC"/" FDP"
Distiller 8/9 running on Intel based mac running OSX 10.4.11/10.5.5. It seems that Distiller creates pdf-files with creator/type "ORAC"/" FDP".... -
CFINPUT type="radio" w/ "value" requires "label"
On a Flash form, when you specify type='radio' and value='whatever', the value of the 'value' attribute will be displayed as a label if no 'label'... -
"stereotyping" (was: Strong Typing (Managing metadata about attribute types) )
On Thu, 20 Nov 2003 05:48:37 +0900, Sean O'Dell wrote: Likely not. Because if you're looking at choosing a scripting language based on its... -
#25366 [NEW]: form buttons of type "image" dont send "submit" $_POST variable in IE
From: jordanolsommer at imap dot cc Operating system: Windows XP PHP version: 4.3.2 PHP Bug Type: Variables related Bug... -
convert visual basic "string" data type to DB2 "blob"
Does anyone know if a visual basic string data type can be converted to DB2 blob datatype? I have all data in XML files and I use Visual Basic to... -
eric.goforth@gmail.com #2
Re: SoftArtisans.FileUp <!--METADATA TYPE="ASP_DEBUG_INFO"-->
[email]eric.goforth@gmail.com[/email] wrote:
> I'm seeing:
>
> <!--METADATA TYPE="ASP_DEBUG_INFO"
> -->
>
> at the top of all my attachments when I try to view them. Any idea
> where this is coming from? It really causes problems on Word
> attachments.
>
> I'm calling FileUp in classic ASP like so:
> --------------
> Dim strFileRef
>
> strFileRef = "d:\myattachments\2235\282793"
>
> Set Download = Server.CreateObject("SoftArtisans.FileUp")
>
> On Error Resume Next
>
> Download.TransferFile strFileRef
>
I fixed it by following MSDN 297995:
Disable the Enable ASP client-side script debugging flag as follows:
1. In the Internet Services Manager, right-click the Web application
with which you are currently working, and then click Properties.
2. Click Configuration.
3. On the App Debugging tab, clear the Enable ASP client-side script
debugging check box.
I have no idea why I had to do this though. It was working previously
and I didn't recently check the "Enable ASP client-side script
debugging". I'll probably recheck it after I'm done with testing this
particular issue.
-Eric
eric.goforth@gmail.com Guest



Reply With Quote

