Dec 1, 2005 #1 dmxd99 Programmer Jul 19, 2005 20 US Anyone knows how to upload a batch of unlimited number of images to the webserver? CFFile only does one at a time. Thanks.
Anyone knows how to upload a batch of unlimited number of images to the webserver? CFFile only does one at a time. Thanks.
Dec 1, 2005 #2 FALCONSEYE Programmer Jul 30, 2004 1,158 US you can do a cfloop index=i list=yes and <cfftp action="putFile" connection="myConnection" remotefile="#i#" localfile="#i#" failifexists="yes"> hope it helps... http://www.jetansolutions.com Upvote 0 Downvote
you can do a cfloop index=i list=yes and <cfftp action="putFile" connection="myConnection" remotefile="#i#" localfile="#i#" failifexists="yes"> hope it helps... http://www.jetansolutions.com
Dec 1, 2005 #3 ecobb Programmer Dec 5, 2002 2,190 US I've used this and it works pretty good. http://www.infomentum.com/AppletFile/index.html Hope This Helps! ECAR ECAR Technologies http://www.ecartech.com "My work is a game, a very serious game." - M.C. Escher Upvote 0 Downvote
I've used this and it works pretty good. http://www.infomentum.com/AppletFile/index.html Hope This Helps! ECAR ECAR Technologies http://www.ecartech.com "My work is a game, a very serious game." - M.C. Escher