need the ability to upload 5mb-10mb CSV/XML file to a CF template that
will process it. i'm attempting to use a multi-part form post, but
here's the problems i've experienced:
 
1. once the web server receives the form post, it has to then transfer
it to CF. when the file is large, this process can take over 5-10
minutes. this problem is documented all over the web (just do a search).
unfortunately, in my case, it can't take longer than a minute or so.
 
2. if form post via HTTP to IIS doesn't work, is there any way to upload
a file through the web via FTP? i know you can ftp into a ftp server via
Javascript, but i don't know if you can upload files via Javascript.
 
3. i've considered other solutions -- submitting to a servlet (elimates
IIS), uploading FTP via signed applet -- but would like to find an
interim solution using CF. any other ideas?
 
-mike


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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