Re: Photo Upload??

2000-10-02 Thread Christopher S Martin
Use the regular cffile action=upload blah blah blah to do the upload. Then, I would reccomend doing something like cffile action=rename source=C:\foo\whatever\#file.serverfile#.#file.serverextension# destination=C:\foo\whatever\newname.bla That should do the trick Chris

RE: Photo Upload??

2000-10-02 Thread Scott, Andrew
There are a number of properties available for file uplaoding, for memory I think its file.servername have a look in the manuals that came with Studio or homesite for cffile. These variables and their properties should be listed here. regards Andrew Scott ANZ eCommerce Centre * Ph 9273 0693 *

RE: Photo Upload??

2000-10-02 Thread Peter Tilbrook
The following file upload status parameters are available after an upload. AttemptedServerFile Initial name ColdFusion used attempting to save a file, for example, myfile.txt. ClientDirectory Directory location of the file uploaded from the client's system. ClientFile Name of the file