If the letting the user see an ActiveX prompt is not a problem unless 
you want to get it signed, these guys have an ActiveX ftp component for 
$15. IE only of course.

http://www.rainfall.com/coding/kftp.htm

jon

Joshua Tipton wrote:

>Yes Sorry I wasn't very clear on how I wanted to do it.  I want to
>upload a directory not just a single file.
>
>Sorry.
>Joshua Tipton
>
>-----Original Message-----
>From: Tony Gruen [mailto:[EMAIL PROTECTED]] 
>Sent: Sunday, September 02, 2001 11:06 PM
>To: CF-Talk
>Subject: RE: Upload Directory
>
>Joshua,
>Do you want to upload one file at a time or a directory? The form will
>let
>the user search for a single file and upload it.
>
>=======Form Page=========
>
><CFFORM ACTION="action.cfm" ENCTYPE="multipart/form-data"
>METHOD="POST">
><INPUT TYPE="file" NAME="UploadFile" SIZE=20 tabindex="1">
><input type="submit" name="Submit" value="Submit" tabindex="2">
></form>
>
>
>=======Action Page========
>
><CFFILE ACTION= "UPLOAD"
>        FILEFIELD = "UploadFile"
>        DESTINATION = "d:\production\website\uploads\"
>        NAMECONFLICT = "MakeUnique">
>
>This is only the form to accomplish the upload. You should look into
>several
>security issues as someone could upload a .cfm file then (if your upload
>directory is browsable) thay coul call that page. I am not an authority
>on
>the security risks.
>
>Tony Gruen
>
>
>
>-----Original Message-----
>From: Joshua Tipton [mailto:[EMAIL PROTECTED]]
>Sent: Sunday, September 02, 2001 7:45 PM
>To: CF-Talk
>Subject: Upload Direcotry
>
>
>I want to setup an upload from the client machine to a server through a
>web browser.  The client would specify the directory on there machine
>and then hit submit.  Anyone have any knowledge or code that can do this
>please let me know.
>
>Joshua Tipton
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to