RE: CFFILE - alternatives?

2007-09-27 Thread Dennis Powers
>>>- http://www.radinks.com/upload/ >>>- http://swfupload.mammon.se/ >> OK - I like the swfupload best. SWFupload still uses the HTTP method of uploading and if your web server or CF server is limited then you have the same problems. You will still need CFFile to accept the upload. The defaul

Re: CFFILE - alternatives?

2007-09-26 Thread Kim Hoopingarner
>Look into either of these: > >- http://www.radinks.com/upload/ >- http://swfupload.mammon.se/ > OK - I like the swfupload best. But I struggle at how to incorporate this into my existing cfm file. And help on putting it into a cfm form would be great. This form needs to have a button to se

RE: CFFILE - alternatives?

2007-09-26 Thread Michael Appenzellar
[mailto:[EMAIL PROTECTED] Sent: Wednesday, September 26, 2007 5:08 PM To: CF-Talk Subject: Re: CFFILE - alternatives? #1 Follow Up Found out that the CFAdmin was set to 100 M for the max post. Drats. So looks like I might be stuck with re-coding this... #2 Yes - the host has other languages such as

Re: CFFILE - alternatives?

2007-09-26 Thread Kim Hoopingarner
#1 Follow Up Found out that the CFAdmin was set to 100 M for the max post. Drats. So looks like I might be stuck with re-coding this... #2 Yes - the host has other languages such as ASP. But I'm only familiar with coldfusion - so I'd be clueless throwing in something different unless someone

RE: CFFILE - alternatives?

2007-09-26 Thread Dave Watts
> 1) Does anyone know a quick solution to the above problem? > Right now files smaller than 1.5 M go with no problem. Is > there a setting some place that allots memory size to CF - > and someone needs to change it? Jochem pointed out the setting in CF that lets you control this. There may al

Re: CFFILE - alternatives?

2007-09-26 Thread Jochem van Dieten
Kim Hoopingarner wrote: > For some odd reason there seems to be a problem using CFFILE with my host > site when trying to upload files larger than 1.5M. > 1) Does anyone know a quick solution to the above problem? Right now files > smaller than 1.5 M go with no problem. Is there a setting some

Re: CFFILE - alternatives?

2007-09-26 Thread Ben Doom
I would guess that it's not a limitation of CF, but a setting in IIS or Apache or whatever your webserver is. --Ben Doom Kim Hoopingarner wrote: > For some odd reason there seems to be a problem using CFFILE with my host > site when trying to upload files larger than 1.5M. I know it has to do