Re: Limits on images being uploaded using CFFILE?

2009-03-19 Thread Eric P
On Fri, Jan 16, 2009 at 12:53 AM, Mike Kear wrote: > [quote] > An exception occured while trying to write the image. > > Ensure that the destination directory exists and that Coldfusion has > permission to write to the given path or file. cause : > java.io.FileNotFoundException: > e:\domains\alac

Re: Limits on images being uploaded using CFFILE?

2009-01-19 Thread Will Tomlinson
>I'm getting errors when i attempt to upload images to a site using an >image upload form I've done. But I'm not sure why. > What does your file processing code look like? Will ~| Adobe® ColdFusion® 8 software 8 is the most im

RE: Limits on images being uploaded using CFFILE?

2009-01-19 Thread Adrian Lynch
Can you get it to fail every time with a given file? Can you post it somewhere for us to try? Adrian > -Original Message- > From: Mike Kear [mailto:afpwebwo...@gmail.com] > Sent: 19 January 2009 11:14 > To: cf-talk > Subject: Re: Limits on images being uploaded using CFFI

Re: Limits on images being uploaded using CFFILE?

2009-01-19 Thread Mike Kear
Thanks Adrian, that was my first thought too. So i renamed the file to test.jpg and it still died. Resizing the file and keeping the original name, it went up. Yet, the max upload size is 100MB to that cant be the problem either. I dont have a problem telling my client she has to change the

RE: Limits on images being uploaded using CFFILE?

2009-01-19 Thread Adrian Lynch
There was a post a short while ago about the file name length being a problem on Windows. The magic number was 255 I seem to remember. Does the same file renamed go up ok? Adrian > -Original Message- > From: Mike Kear [mailto:afpwebwo...@gmail.com] > Sent: 16 January 2009 05:53 > To: cf-

Re: Limits on images being uploaded using CFFILE?

2009-01-19 Thread Mike Kear
Azadi, thanks for your help - sorry i havent responded earlier - been away from my keyboard for the weekend - first time in nearly a year! Anyway, the maxsize of post data is set to 100MB so it isnt that. Any other thoughts? Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdF

Re: Limits on images being uploaded using CFFILE?

2009-01-15 Thread Azadi Saryev
what is your value for "Maximum size of post data" in CF Admin (at the bottom of Server Settings -> Settings section)? Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ Mike Kear wrote: > Are there limits imposed on the file sizes or filenames when uploading > using CFFILE? > > > ~~~