Re: copy files with cfdirectory & cffil

2008-06-18 Thread Didgiman
Your cffile action="copy" should specify the location of the file, not the directory. Use this: HTH, Wim. On Tue, Jun 17, 2008 at 7:34 PM, thomas v <[EMAIL PROTECTED]> wrote: > Hi, > > I have couple of questions to ask: > > 1) I can specific copy one file from one folder to another one but

Re: Extending Application.cfc

2008-06-17 Thread Didgiman
Tried that, didn't work... What did work: I moved my "VirtualHost" descriptions to the bottom of the conf file, and added this right before it: AllowOverride All Order allow,deny Allow from all On Tue, Jun 17, 2008 at 4:33 PM, Dave Watts <[EMAIL PROTECTED]> wrote: > > Howev

Re: Extending Application.cfc

2008-06-17 Thread Didgiman
Thanks Steve, that really helped a lot! However, I'm still having problems when creating a site that has the documentRoot outside the webroot. When I do that, I get the "403 Forbidden" error. Any sugestions? I'm running Vista... (sorry ;o) This is my VirtualHost in the config file: DocumentRoot "

Re: Extending Application.cfc

2008-06-17 Thread Didgiman
Nobody? What's this? First y'all tell me to install Apache, just like you did, but when I ask for an example config file, nobody has one? Come on, help a guy out here... Thanks On Mon, Jun 16, 2008 at 9:26 PM, Didgiman <[EMAIL PROTECTED]> wrote: > Ok, ok, you all convinced

Re: Extending Application.cfc

2008-06-16 Thread Didgiman
Ok, ok, you all convinced me. I went along and installed Apache. However, I can't get it to run multiple sites and have the root /CFIDE/ still working (for the CF admin). Can someone please send me a copy of their httpd.conf file, so I can compare it to mine to see what I'm doing wrong. If there's

Re: Extending Application.cfc

2008-06-13 Thread Didgiman
Hi Dave, Thanks for the tip. I purchased the article on CommunityMx, but it just elaborates on the use of ApplicationProxy.cfc and how an Application.cfc can extend another Application.cfc that extends ApplicationProxy.cfc that extends Application.cfc that resides in the web root. Best 4 bucks I

Re: Extending Application.cfc

2008-06-13 Thread Didgiman
Who is "Dave the Disruptor"? Oops, did I wake him up? On Sat, Jun 14, 2008 at 12:58 AM, Charlie Griefer <[EMAIL PROTECTED]> wrote: > well if you speak his name 3 times he appears... that was twice, so > i'm begging everybody here... :P > > On Fri, Jun 13, 2008 at 3:53 PM, Brad Wood <[EMAIL PROTE

Re: JVM Tuning and s... I'm Back

2008-06-13 Thread Didgiman
Just a suggestion: make sure Memory Tracking is not enabled in your CF monitor. That's what killed our application with similar symptoms. Wim. On Fri, Jun 13, 2008 at 7:50 PM, Chris Norloff <[EMAIL PROTECTED]> wrote: > Well, in CF7, you control the thread life in jrun.xml (in > C:\JRun4\servers\

Re: Extending Application.cfc

2008-06-13 Thread Didgiman
So, basically, if I don't want to rethink and rebuild my whole development environment, I should stick with good 'ol Application.CFM? There you could simply do . It seems indeed that "you can't" is the answer here, but shouldn't it be possible to do that? Is there a good reason for not having rela

Re: Extending Application.cfc

2008-06-13 Thread Didgiman
You know what I mean. On Fri, Jun 13, 2008 at 2:11 PM, Will Tomlinson <[EMAIL PROTECTED]> wrote: > >If only Adobe could give us relative path support for extending > >components... > >Then, I could do like this . > >Life could be beautiful... > > It IS relative. Relative to the site root, which C

Re: Extending Application.cfc

2008-06-13 Thread Didgiman
If only Adobe could give us relative path support for extending components... Then, I could do like this . Life could be beautiful... ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the

Re: Extending Application.cfc

2008-06-13 Thread Didgiman
As I expected, that doesn't work either. I still get the "The expression must have a constant value" error. The extends attribute cannot hold a #variable# (I think that is because extending the component is done at compiletime, not runtime). There should be a way, no? The location of the component

Re: Extending Application.cfc

2008-06-13 Thread Didgiman
tc) as > #application.cfcpath#componentnamehere > > hth > > Azadi Saryev > Sabai-dee.com > http://www.sabai-dee.com/ > > > > Didgiman wrote: > > Hi all, > > > > I really hope someone can help me out here, as I can't figure out h

Extending Application.cfc

2008-06-13 Thread Didgiman
Hi all, I really hope someone can help me out here, as I can't figure out how to do this. Lets assume the following structure (on my local pc): > wwwroot > > mywebsite1 > > mywebsite2 > > > Application.cfc > > > ApplicationProxy.cfc (which basically just extends Application.cfc) > > > admin > >

Re: CFDIRECTORY and Multiple Spaces Between Filename

2008-06-11 Thread Didgiman
I'm guessing that it shows on screen like there's only one space, because html will not show multiple spaces. View the source of your page, I bet you can see 2 spaces there. Wim. On Wed, Jun 11, 2008 at 11:02 PM, Sung Woo <[EMAIL PROTECTED]> wrote: > Running CFMX7.0.2. Not sure if this applies

Re: Protecting images

2008-06-11 Thread Didgiman
This might help, although it's not fool-proof: Got it from: http://javascript.about.com/library/blnoright.htm Wim. On Wed, Jun 11, 2008 at 9:20 PM, ColdFusion Developer <[EMAIL PROTECTED]> wrote: > Hi all, > > I have a client interested in protecting images (specifically Powerpoint > slides t

Re: listtoarray?

2008-06-05 Thread Didgiman
It's always been like this. Since CF 4.5 or earlier afaik. What makes you think it's a bug? On Thu, Jun 5, 2008 at 5:35 PM, Andrew Scott <[EMAIL PROTECTED]> wrote: > no need for the scope variables if not in a function. > > Point taken, but it is a bug as far as I am concerned. > > > On Fri, Jun

Re: listtoarray?

2008-06-05 Thread Didgiman
Sorry, one more mistake... On Thu, Jun 5, 2008 at 5:09 PM, Didgiman <[EMAIL PROTECTED]> wrote: > Sorry, should be > > (forgot an underscore after split) > > > On Thu, Jun 5, 2008 at 5:08 PM, Didgiman <[EMAIL PROTECTED]> wrote: > >> >> >>

Re: listtoarray?

2008-06-05 Thread Didgiman
Sorry, should be (forgot an underscore after split) On Thu, Jun 5, 2008 at 5:08 PM, Didgiman <[EMAIL PROTECTED]> wrote: > > > > > On Thu, Jun 5, 2008 at 5:01 PM, Richard White <[EMAIL PROTECTED]> wrote: > >> Hi >> >>

Re: listtoarray?

2008-06-05 Thread Didgiman
On Thu, Jun 5, 2008 at 5:01 PM, Richard White <[EMAIL PROTECTED]> wrote: > Hi > > we have various string values like the following: > > qu_45_tb_45_split_0_split_q_67 > > we need to break this string down into 3 array elements and split it based > on the string '_split_' > > if the listtoarray

Re: (ot) Spry Xml sources

2008-05-27 Thread Didgiman
Can I say "huh"? On Tue, May 27, 2008 at 5:28 PM, RobG <[EMAIL PROTECTED]> wrote: > Oh wow... quite a trip. So you're goal is to turn her off on ever > using the Lance again? :) Dang I don't think I'd even try that with > an 1181... > > Sounds like you have a busy weekend! I'm headed for Reno

Re: CF, Safari, and No Form Variable if Input Type='File'?

2008-05-26 Thread Didgiman
Another case of RTFM, I'm afraid... >From the CF documentation: When you use a cfform tag or an HTML form tag to submit the form with the file to be uploaded, you must specify enctype="multipart/form-data" in the tag On Mon, May 26, 2008 at 10:56 PM, Matthew Reinbold < [EMAIL PROTECTED]> wrote:

Re: CFMail Problem

2008-05-21 Thread Didgiman
You could try with wrote: > I am using CF 8 server on Windows 2003 server. > > When I use CFMail in my scripts and run the same, it says that mails have > been sent successfully, however, it never reaches the destination. There are > no errors in the mail logs. > > Than I checked C:\ColdFusion8\M

Re: What's wrong with this query?

2008-05-16 Thread Didgiman
You could always create a unique index on the photo_filename column. Wim. On Fri, May 16, 2008 at 4:57 PM, Aaron Rouse <[EMAIL PROTECTED]> wrote: > When I have done this, I used a NOT EXISTS, so something like this random > example I just pulled from Google: > > http://archives.postgresql.org/pg