Hi,
I am new to coldfusion, html and javascript. I have a requirement where i have to allow the user to upload a comma-separated-values file (.csv). I am using CFFILE tag to upload the file. Everything works fine in IE. The same form also allows me to upload .txt and .doc files in Netscape 6.0 except for .csv file. I am unable to identify the problem.
FYI : this is the error that i am gettting
Error in CFFILE tag The form field specified in the CFFILE tag (UPLOAD) does not contain an uploaded file. Please be sure that you have specified the correct form field name.
Can anybody help me with this.
I am new to coldfusion, html and javascript. I have a requirement where i have to allow the user to upload a comma-separated-values file (.csv). I am using CFFILE tag to upload the file. Everything works fine in IE. The same form also allows me to upload .txt and .doc files in Netscape 6.0 except for .csv file. I am unable to identify the problem.
FYI : this is the error that i am gettting
Error in CFFILE tag The form field specified in the CFFILE tag (UPLOAD) does not contain an uploaded file. Please be sure that you have specified the correct form field name.
Can anybody help me with this.