CFFILE Problem with windows 2003

2005-09-12 Thread Ricardo Perez
Hello! I have a form that upload a file into server, it worked fine in windows 2000 (iis 5) but when i put the same form into windows 2003 (iis 6) it doesn't work! I try to grant write permissions to IIS User but it fails too. Any one has an idea about this? Thanks for your help! Richard

Re: CFFILE Problem with windows 2003

2005-09-12 Thread Howie Hamlin
Any errors? We have CFFILE working fine on the same setup. Regards, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server PrismAV - Virus scanning for ColdFusion and BlueDragon

Re: CFFILE Problem with windows 2003

2005-09-12 Thread Ricardo Perez
Only in the iexplorer send me a Error 500 can't find the file location, i disabled the friendly errors in explorer but it send me the same error. I try auditing the folder trougth windows permission but appears to be problem between iis and coldfusion because in event viewer doesn't show

Re: CFFILE Problem with windows 2003

2005-09-12 Thread Howie Hamlin
I don't think we did anything special for CFFILE to work. What I do remember is that the web server has to have permissions to write to the Windows temp folder and that there was a bug in CFMX where none of the CFFILE temp files were deleted as they should be and the disk would eventually fill

RE: CFFILE Problem with windows 2003

2005-09-12 Thread Dawson, Michael
Are you running the CF services as a domain account with the correct permissions? M!ke -Original Message- From: Ricardo Perez [mailto:[EMAIL PROTECTED] Sent: Monday, September 12, 2005 11:03 AM To: CF-Talk Subject: Re: CFFILE Problem with windows 2003 Only in the iexplorer send me

Re: CFFILE Problem with windows 2003

2005-09-12 Thread Ricardo Perez
: Monday, September 12, 2005 11:03 AM To: CF-Talk Subject: Re: CFFILE Problem with windows 2003 Only in the iexplorer send me a Error 500 can't find the file location, i disabled the friendly errors in explorer but it send me the same error. I try auditing the folder trougth windows permission

RE: CFFILE Problem with windows 2003

2005-09-12 Thread Dawson, Michael
Subject: Re: CFFILE Problem with windows 2003 The CF services are running as a local system account. Richard On 9/12/05, Dawson, Michael [EMAIL PROTECTED] wrote: Are you running the CF services as a domain account with the correct permissions? M!ke -Original Message- From

CFFile Problem

2004-04-01 Thread Mary Jo Sminkey
I've run into a rather bizarre problem with CFFILE and wondered if anyone else has seen something similar or might have an idea what would cause it. Here's the situation: I have two different pages that upload images to the server. I'm trying to upload the same image, to the same directory from

RE: CFFile Problem

2004-04-01 Thread Adkins, Randy
Are the uploading the same image at the same time? Could be that one process is not completed when the other one starts -Original Message- From: Mary Jo Sminkey [mailto:[EMAIL PROTECTED] Sent: Thursday, April 01, 2004 9:28 AM To: CF-Talk Subject: CFFile Problem I've run into a rather

RE: CFFile Problem

2004-04-01 Thread Bert Dawson
the new one, then deleting the renamed one. HTH Cheers Bert -Original Message- From: Mary Jo Sminkey [mailto:[EMAIL PROTECTED] Sent: 01 April 2004 15:28 To: CF-Talk Subject: CFFile Problem I've run into a rather bizarre problem with CFFILE and wondered if anyone else has seen

Re: CFFile Problem

2004-04-01 Thread Mary Jo Sminkey
Are the uploading the same image at the same time? Could be that one process is not completed when the other one starts No, this is with just me testing the two sections. Doesn't matter if it's the same image or not, I just mentioned that to eliminate the file itself as the cause of the problem.

Re: CFFile Problem

2004-04-01 Thread Mary Jo Sminkey
Firstly, are you using nameConflict=Overwrite? You'll need this to overwrite any existing file of the same name. Yes If you already are then you might want to check whether the error is being caused by virus checker locking the existing uploaded file while it checks for viruses, and thus

RE: CFFile Problem

2004-04-01 Thread Adkins, Randy
Are you using IIS?Apache? If Apache, check to see if you are using the MODE=777 in the CFFILE tag. Might be a permissions issue -Original Message- From: Mary Jo Sminkey [mailto:[EMAIL PROTECTED] Sent: Thursday, April 01, 2004 10:39 AM To: CF-Talk Subject: Re: CFFile Problem

Re: CFFile Problem

2004-04-01 Thread Mary Jo Sminkey
Are you using IIS?Apache? If Apache, check to see if you are using the MODE=777 in the CFFILE tag. Sorry, should have mentioned I was on IIS. I'd think there was some permissions issue with the folder I'm uploading to, but that wouldn't explain why it works from one of the pages and not the

CFFILE problem

2003-05-30 Thread Venable, John
I have a template that allows one of our folks to upload a word .doc to a given directory. I have been experiencing a strange error lately. i get this error when it's run by this person: ~| Archives:

CFFILE Problem

2003-05-30 Thread Venable, John
as i was saying... I have a template that allows one of our folks to upload a word .doc to a given directory. I have been experiencing a strange error lately. i get this error when it's run by this person: The MIME type of the uploaded file (application/octet-stream) was not accepted by the

Re: CFFILE Problem

2003-05-30 Thread Jochem van Dieten
Venable, John wrote: as i was saying... I have a template that allows one of our folks to upload a word .doc to a given directory. I have been experiencing a strange error lately. i get this error when it's run by this person: The MIME type of the uploaded file (application/octet-stream)

RE: CFFILE Problem/Question

2002-01-15 Thread Robert Everland
the problem. I don't know of any file limiting tools offhand. Robert Everland III Dixon Ticonderoga Web Developer Extraordinaire -Original Message- From: Cody [mailto:[EMAIL PROTECTED]] Sent: Monday, January 14, 2002 4:58 PM To: CF-Talk Subject: CFFILE Problem/Question I have a question

Re: CFFILE Problem/Question

2002-01-15 Thread chris.alvarado
] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, January 15, 2002 8:11 AM Subject: RE: CFFILE Problem/Question Well if hundreds of people are uploading at one time there could be a problem. CF uses the memory of the server when it is uploading files, so basically the bigger the file, more memory

RE: CFFILE Problem/Question

2002-01-15 Thread Dave Watts
for large file uploads it seems to me that using cfftp would be a better alternative CFFTP allows you to use CF as an FTP client, not as an FTP server. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496

CFFILE Problem/Question

2002-01-14 Thread Cody
I have a question about file uploads in ColdFusion. I built a Content Management System for a college that allows the entire staff to go to a secure administration area and update various sections of the website that they're authorized to edit. This includes the ability to add files (movies,

Re: CFFILE Problem/Question

2002-01-14 Thread Jacob
Thought about FTP? At 03:58 PM 1/14/2002 -0600, you wrote: I have a question about file uploads in ColdFusion. I built a Content Management System for a college that allows the entire staff to go to a secure administration area and update various sections of the website that they're authorized

RE: CFFILE Problem/Question

2002-01-14 Thread Mark A. Kruger - CFG
-Original Message- From: Cody [mailto:[EMAIL PROTECTED]] Sent: Monday, January 14, 2002 1:58 PM To: CF-Talk Subject: CFFILE Problem/Question I have a question about file uploads in ColdFusion. I built a Content Management System for a college that allows the entire staff to go to a secure

Re: CFFILE Problem

2001-05-22 Thread Ray Bujarski
You need to add enctype=multipart/form-data to your form tag form action=act_page.cfm method=post enctype=multipart/form-data that should do it. I wish this was better documented, I ran into the same problem. At 05:06 PM 5/15/2001 -0700, you wrote: After 3 hours I'm going nuts with this one.

CFFILE Problem

2001-05-15 Thread Paul Smith
After 3 hours I'm going nuts with this one. CFAS 4.5.1 on NT4 sp6a WebSite Pro 2.8 I'm using the same syntax that works fine with CFAS 4.0.1, and the CFAS 4.5 Docs say the syntax is fine: CFFILE ACTION = Upload FILEFIELD = FileContents DESTINATION = D:\website\htdocs\lodigas\htdocs\library\

RE: CFFILE Problem

2001-05-15 Thread Bill Simpson
You need to make sure that you have 'enctype=multipart/form-data' in your FORM tag. -Original Message- From: Paul Smith [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 15, 2001 5:07 PM To: CF-Talk Subject: CFFILE Problem After 3 hours I'm going nuts with this one. CFAS 4.5.1 on NT4 sp6a

RE: CFFILE Problem

2001-05-15 Thread Atkinson, Sarah
Check that the form tag contains an Enc Type... e.g. form action=whatever.cfm enctype=multipart/form-data .. .. .. /form -Original Message- From: Paul Smith [mailto:[EMAIL PROTECTED]] Sent: 16 May 2001 10:07 To: CF-Talk Subject: CFFILE Problem After 3 hours I'm going nuts

RE: CFFILE Problem

2001-05-15 Thread Mike Townend
Have you put ENCTYPE=multipart/form-data in your posting form... Ie FORM ACTION=act_upload.cfm METHOD=Post ENCTYPE=multipart/form-data /FORM HTH Mike -Original Message- From: Paul Smith [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 16, 2001 1:07 To: CF-Talk Subject: CFFILE Problem

Re: CFFILE Problem

2001-05-15 Thread Howie Hamlin
- Original Message - From: Paul Smith [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, May 15, 2001 8:06 PM Subject: CFFILE Problem After 3 hours I'm going nuts with this one. CFAS 4.5.1 on NT4 sp6a WebSite Pro 2.8 I'm using the same syntax that works fine with CFAS 4.0.1

RE: CFFILE Problem

2001-05-15 Thread Paul Smith
Thanks! best, paul At 05:52 PM 5/15/01 -0700, you wrote: You need to make sure that you have 'enctype=multipart/form-data' in your FORM tag. -Original Message- From: Paul Smith [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 15, 2001 5:07 PM To: CF-Talk Subject: CFFILE Problem After

CFFILE Problem - Error 5

2000-09-11 Thread Jonathan Fisher
This is a multi-part message in MIME format. --=_NextPart_000_0076_01C01C09.779A53E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, has anyone had a problem like this when uploading files using CFFILE. = I'm getting the following

RE: CFFILE problem on Linux

2000-08-12 Thread James
Just a thought, make sure that cffile is enabled on the CF Administrator. If it isn't you won't be able to write to any directory. -Original Message- From: Jennifer [mailto:[EMAIL PROTECTED]] Sent: Monday, August 07, 2000 11:25 AM To: [EMAIL PROTECTED] Subject: Re: CFFILE problem

RE: CFFILE problem on linux

2000-08-07 Thread Mike Sullivan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Who is your httpd running as and does it have access to the file system? Mike - -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] Sent: Sunday, August 06, 2000 10:36 PM To: [EMAIL PROTECTED] Subject:CFFILE

Re: CFFILE problem on linux

2000-08-07 Thread Jennifer
If you have error logs they might give you some idea. For instance, if there is some other username being used for some reason (not that I know what reason that would be) you may be able to trace down the username in the error log. I'm not sure what kinds of logging are available but I know

CFFILE problem on linux

2000-08-06 Thread rkeniger
Hi there, I'm trying to get CFFILE working on a linux box. ColdFusion is running as a user called coldfusion which has group write privileges to my HTML directory. If I log in as the coldfusion user I can create directories and files in the HTML directory OK. However, when I try to do a