I have a script to upload. I only need to either
a) check file size BEFORE actually saving the files to the server
or
b) check if the file actually exists on the client side prior to upload.
I don't need a new upload script. I am now able to uploading, I'd just like to check the validity...
Hi all,
I have a form that allows users to upload files to the server. How do I check, either on the client side before upload OR server side after upload, if the file is valid?
For example, say a user selects file to upload but manually changes the file name in the input box to one that...
Thanks, that's exactly what I was trying to do. I didn't realize you can do it after opening the recordset, without instantiating an ADODB.Field object. My code now works with your example.
That's why I'm an intern!
Hi all,
I'm using ASP and ADO to connect to a SQL Server database. I get an error of "Server object, ASP 0177 (0x800401F3)
Invalid class string" on the line:
Set rsField = Server.CreateObject("ADODB.field")
I've installed MDAC 2.8. Can anyone help me?
Thanks
Hi,
I'm using a DSN connection to a remote mySQL database in an ASP page. I know for sure the database exists but for some reason I get the following error:
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[MySQL][ODBC 3.51 Driver]Unknown database 'ubb'
/ccweb/login.asp...
Hi,
I'm using a DSN connection to a remote database in an ASP page. I know for sure the database exists but for some reason I get the following error:
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[MySQL][ODBC 3.51 Driver]Unknown database 'ubb'
/ccweb/login.asp, line 53...
I already posted this in the Win 2000 forum, but I thought I'd try here as well...
I can't seem to run ASP scripts. When I try, I get an http 500 internal server error. Then I look at the event viewer and I see the following:
DCOM got error "Overlapped I/O operation is in progress...
I can't seem to run ASP scripts. When I try, I get an http 500 internal server error. Then I look at event viewer and I get the following:
DCOM got error "Overlapped I/O operation is in progress. " and was unable to logon psd-domain\psdserver in order to run the server...
Thank you so much for the help!
One question however...Can you tell me why it is necessary to take out the "T"? Does it hold any special significance in the timestamp? I'm concerned because that string is sent via SOAP and it's "original form" is that of type of...
Is there *any* possible way to convert this string:
2003-12-11T14:29:56.2729751-05:00
to a Calendar object???
I'm getting the string from a SOAP response. The element is "Expires" and the string above is the value. I need to take that string and save it as a type java.util.Calendar...
Hi all
I have an java client app that accesses .NET web services. I need to write a handler that captures the SOAP response from the service. I'm confused about what classes/interfaces to use?? I'm basically just confused about where to start...
Please help me somebody...
Carol
Sedj:
Thanks for your input. The ticket is being saved as a "ticket" object and set in the soap header. My only problem now is figuring out how to "renew" the ticket every ten minutes...
Does anyone know of a way to keep a property accessible throughout a user session in a Java app? I'm writing a Java native client app to access remote .NET services (web services). The services issues a session ticket upon login to implement security...this ticket needs to be accessible to all...
...Does it make any sense?
This may be a PVCS Notify problem but it appears to be an issue with logging into windows as a different user...I've given permissions to the directories where all apps to be executed reside...as well as the apps themselves and the tasks.
*please help...somebody*
Can someone tell me how I can set the size and location of a JList without JScrollpane on a Contentpane w/BorderLayout?
I've tried setBounds, setMaximumSize, setPreferredSize, setMinimumSize...but the lists don't appear to be the size I specify.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.