Re: Method In CFOBJECT

2002-11-12 Thread Sosnow, Michael
, November 11, 2002 8:46 PM To: CF-Talk Subject: Re: Method In CFOBJECT I thought it might be a good alternative to uploading large files with CFFILE. Any other alternatives would be welcome. Sim Russ wrote: Why do you have to use SA FileUp? I use: !--- Begin the file upload

Method In CFOBJECT

2002-11-11 Thread Sim Graves
The code below works fine in ASP: % Set SA_FileUp = Server.CreateObject(SoftArtisans.FileUp) % % SA_FileUp.SaveAs C:\inetpub\wwwroot\newfiles\pooh.jpg % Using CFOBJECT, I can find on syntax that will invoke the method, SaveAs. Why shouldn't this work: CFOBJECT TYPE=COM NAME=SA_FileUp

RE: Method In CFOBJECT

2002-11-11 Thread Russ
- From: Sim Graves [mailto:sim;simgraves.com] Sent: Monday, November 11, 2002 8:00 PM To: CF-Talk Subject: Method In CFOBJECT The code below works fine in ASP: % Set SA_FileUp = Server.CreateObject(SoftArtisans.FileUp) % % SA_FileUp.SaveAs C:\inetpub\wwwroot\newfiles

Re: Method In CFOBJECT

2002-11-11 Thread Sim Graves
WEB HOST HERE--\#qClients.clientDirectory#\ nameconflict=overwrite Without any issue. Will that option not work for you? -Original Message- From: Sim Graves [mailto:sim;simgraves.com] Sent: Monday, November 11, 2002 8:00 PM To: CF-Talk Subject: Method In CFOBJECT

RE: Method In CFOBJECT

2002-11-11 Thread Russ
Subject: Re: Method In CFOBJECT I thought it might be a good alternative to uploading large files with CFFILE. Any other alternatives would be welcome. Sim Russ wrote: Why do you have to use SA FileUp? I use: !--- Begin the file upload --- cffile action=upload filefield

Re: Method In CFOBJECT

2002-11-11 Thread Sim Graves
over 20MB without so much as a hiccup. HTH, Russ -Original Message- From: Sim Graves [mailto:sim;simgraves.com] Sent: Monday, November 11, 2002 8:46 PM To: CF-Talk Subject: Re: Method In CFOBJECT I thought it might be a good alternative to uploading large files