... went digging. Unless your someones are uploading Word documents for their own use, it is not a good idea to allow Word 2007 docs to be uploaded. These...
I would change it back to accept="application/msword" Where are you putting your filter? If you can... I would limit it to *.doc;*.docx -hankcfman ... From:...
That is what I started with, just changing the filter but it still wouldn't upload .docx files. Thanks for the reply! JoAnn ... to *.doc;*.docx ... be ... ...
Agreed. Once the file is uploaded, you can evaluate the extension (cffile.serverFileExt) against a desired extension (e.g. 'doc') and if it does not match,...
Our dev server (thankfully!) just stopped. It's up and running, we have rebooted and restarted and rebooted some more but we get a 500 error when we attempt...
More info: Turned off the friendly errors and got this: "Invalid access to memory location." We have shut down and are heading out for the day. Thanks for any...
Sometimes when I see a 500 error, I have to put in a cfabort starting at the start of execution and then move back trying to find out where it's happening at....
Heavy sigh .. I'm becoming convinced that a mere mortal cannot do this. I apparently need to send a signature with the shopping cart, and I cannot get it to...
Hi , I am working on some sites using coldfusion development and I am looking for some assistance (not too expensive). Someone who is willing to do some work...
Well, we ended up shutting it down for the night and it is behaving right now. The webserver is on a virtual server and none of the other things running there...
Here is a line from a query that I am trying to tighten up. AND DateDiff(day, ECO.ORDER_DATE, '#Url.StartDate#') <= 0 Would I put a CFQUERYPARAM in this,...
You could validate that the URL.StartDate is in fact a date prior to calling the query. and trap it that way. You should definitely use the CFQUERYPARAM tag. ...
I have a grid with 5 columns. The problem is my key column has varchar values like 001,002,003... and the grid turns those data in 1,2,3... When I try to...
I found this article about the recent sql attacks with a fix for asp. Maybe somebody could convert it to coldfusion for everybody. I just got hit myself today...
I know there is and cleaning all the code up is the way to go. But this attack only needs one missed form to infect the entire database. And while your...
Hey como estas, puedo explicartelo en español, mejor haz un primery key integer, el problema es como tu dices que es varchar y tienes razon debes de hacer un...
If you couldn't even display a gif file, your web server is puking. ... From: "joann_apta" <joannschlosser@...> To: <coldfusion-howto@yahoogroups.com> ...
We saw it a couple of weeks ago and were affected. I'm seeing them come in again at full force in my log files, starting last night. Seemed to last about a...
I've a custom tag for this: http://www.masrizal.com/index.cfm?fuseaction=idea.download_detail&ProductID=cf_trimvars It's not free, but comparing with site's...