At 02:50 PM 8/4/00 -0700, you wrote: >Hi all, > >I was hoping there was an easy way to place a limit on the size of a file >that would uploaded using CFFILE. > >Does one need javascript? or somesuch to look at the file on the client size >before allowing the CFFILE? No, but you can upload the file to the server, check the filesize there, and delete if it is too large sending an error message back to the user that the file was rejected because it was over the max file size. I can send you code for this if you like. ------------------------------------------------------------------------------ Archives: http://www.mail-archive.com/[email protected]/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

