Yes, I figured out a away around this. What I did is place a hidden filed on the form called file 1. Then on the file field that the user selects the file to upload I place a javascript command to copy the value of the field to the hidden file...
Ok heres the problem.
I am passing a filename to anotherpage using the following:
<INPUT NAME="file1" TYPE="file" size="40">
For instance the file selected for file1 is c:\documents\abc.doc
My form then submits this field to anotherpage where I need to evaluate the filename abc.doc. However...
At what interval do you have the server set to spool at? We have ours set to 60 seconds, and do not have an issue with enties getting lost in the spool.
Chris
Try adding this code to your application.cfm
<!--- preserve client/session variables until browser closes --->
<cfset Cookie.CFID = session.CFID>
<cfset Cookie.CFTOKEN = session.CFTOKEN>
This should keep your session variables defined until the browser closes.
By adding this code your...
Hello,
I am trying to execute a query that gets a date from a user form and compares it against a field in my Database. The trouble is that the field in the database is a text field containing a date and a time in the following format: mm/dd/yyyy-hh:mm AM
I can not change this field to be a...
Hello,
I was hoping someone here may be able to help me out. I am connecting to an ORACLE Database and doing some processing. One of the things I need to do is pull records that have a value in a field called START_DT that is greater than the Current date.
Here is what is a portion of my where...
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.