Copy link to clipboard
Copied
I am trying to design a form where users can upload images/files. However they will be allowed to upload larger files in the range of 50 to 100mb. This would obviously be a good idea to give them some indicator that the upload is progressing, however I don't see any way to report this status back with CFFile.
Is there another way of doing it, or is there a new feature that I just don't know about that can give me the upload progress?
Note: The upload will be done via ajax, so javascript options are a possibility.
Thanks,
Copy link to clipboard
Copied
Check out <cffileupload> if you are using CF9:
http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec18238-7fd0.html