all groups > inetserver asp components > august 2003 > threads for august 1 - 7, 2003
Filter by week: 1 2 3 4 5
Uploading on Windows 2003 with ASP, problem with 100k+ files
Posted by delee NO[at]SPAM amargosavalley.com at 8/6/2003 3:23:53 PM
I have an ASP script for uploading files. It works fine on files of
all sizes on Windows 2000 server, but on Windows 2003 sever it gives a
500 html error on files larger than 100K (tiny files work fine).
I can post the script if anyone wants to see it.
I need to know what is going on here. ... more >>
CDO mass email
Posted by cameron at 8/5/2003 1:54:44 PM
I have a test and production environment. The code works fine on test
but behaves erractically in production. The script needs to email people
who are subscribed to a particular service. On test it is a small list
but the list on production is fairly large. Does the CDO object have a
maximum... more >>
I need to save a class object in a Session variable. Good? Bad?
Posted by Larry Woods at 8/5/2003 11:53:01 AM
Hi,
I am in a situation where I am forced into passing a class object around
between a bunch of pages. The only way that I can figure out how to do it
is storing the object instance in a Session variable. I believe that this
is possible, but my concern is whether it gets destroyed at end of ... more >>
Newbie: How do I return a single/string array?
Posted by Larry Woods at 8/4/2003 9:24:46 PM
I am returning a type-single array (x,y) from a component through a
property. I am converting the array to variant before passing it back,
using CVar( ). The returned array has dimension, which I can display via
ubound, but I can't display any values from the array. I have tried CStr,
CVar, C... more >>
Creating an installer to run on an NT 4.0 Server - Service Pack 5 (US) << I think
Posted by Laphan at 8/4/2003 7:07:44 PM
Hi All
I've always hated the package & deployment installer that comes with VB 6
Enterprise, so I'm looking to use the Inno installer instead.
However my problems are as follows:
1) I have created a small app that to me only use the INET control and the
FileSystemObject reference. My ide... more >>
server-side ASP w/ client -side component
Posted by mguerreiro NO[at]SPAM lanefurniture.com at 8/4/2003 3:55:15 PM
Hello good folks! I need your advice on a project that i am working
on.
I am integrating a signature pad, a client-side web browser, and my
extranet to make a system. In this system, a user can punch in numbers
in the signature pad, which are then sent (thru some sort of VB
component) to the ... more >>
Working with a Memo Field
Posted by David Lozzi at 8/1/2003 3:23:38 AM
Here is what I am trying to do
filecont = objRS("contents")
filecont = replace(filecont,vbLF,",")
if i use the objRS instead of the filecont in the replace function i get the
same issue. If I do anything with this field (use InStr, or other menial
functions) I get no records can be displa... more >>
|