How to check the duplicated record in a .CSV file?
I am using the CSV to batch create user accounts, but I am facing a problem that if there is duplicated “username” in the .csv file, how can I catch it before I run into the real batch creating process.
For example, I have a .csv file like...
Does anybody know if there is any tag that prevents the page process if there is an error on the page?
For example, I have couple of cfquery to delete something.
<cfquery name="delete1" datasource="#request.dsn#">
delete from pages
where pageid = #form.pageid#
</cfquery>
<cfquery...
Hi,All
I copied a chunk of text from MS word to a text area in a CF form, when I submit the form, i got the following error:
500 Corrupt form data: no leading boundary: ConferenceID" != -----------------------------7d46d27104b6
Corrupt form data: no leading boundary: ConferenceID" !=...
I am looking for a way to allow my users to upload files into a directory and prevent them from overwriting the file if the file name already exists.
For instance, UserA wants to upload a file name Project1. There is already a file named Project1 in there. I need to kick the user back out and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.