a solution i have used in the past is to inform users that to upload a directory, they will have to zip it. then they upload the zip file, i use java.util.zip to unzip it on the server and its mission accomplished....
-----Original Message----- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: 10 March 2005 16:09 To: CF-Talk Subject: RE: How to Browse and Choose Directory... Yes, I meant this would only provide the user the ability to create as many BLANK file input fields as they want to upload. They would then be required to complete each field to actually select a file to be uploaded. I think this would not be that bad, because once the first file has been selected, the browsers I have used will remember where the last file selected came from and default to that location the next time the browse features is utilized. -------------- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA "C code. C code run. Run code run. Please!" - Cynthia Dunning .....-----Original Message----- .....From: Claude Schneegans [mailto:[EMAIL PROTECTED] .....Sent: Thursday, March 10, 2005 8:05 AM .....To: CF-Talk .....Subject: Re: How to Browse and Choose Directory... ..... ..... >>On the other hand, you should be able to create a JS widget that .....allows a user to expand the upload fields by cloning a new one each time .....a control is clicked. ..... .....Even so, there is still the problem to update the file name to grab .....different files, and there is no mean you can get a list of the files in .....the client directory. .....And you cannot either set the file name in the INPUT tag, even if you .....knew it, I beleive. ..... .....-- ....._______________________________________ .....REUSE CODE! Use custom tags; .....See http://www.contentbox.com/claude/customtags/tagstore.cfm .....(Please send any spam to this address: [EMAIL PROTECTED]) .....Thanks. ..... ..... ..... ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:198224 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

