I would like to calculate the file size using ajax technology. How to pass the entire file as an argument to the ajax call in cold fusion 8?
To calculate file size you will have to user <cffile tag and upload file to temporary folder, and then calculate its size. You can this with jquery and its plugin ajax File Upload [http://plugins.jquery.com/project/ajaxFileUpload. Let me know if you need any more information.