Problem: Many users on our website do not have accounts for our SVN repository. Whenever we create a link to an SVN document using markup like this:
Coldfusion 8, Apache, Mac OS X Server 10.5. I have a web application which lets users upload images. However, it always fails to upload TIFF files. JPEG, GIF, and PNG upload 开发者_开发问答just fine,
I am trying to reference a query from an array and use it in a cfloop tag and I keep getting an error
I have a web site that allows users to select some checkbox settings, save them as reports in a database, and come back to run them at any time.
I am using following code in my project <cfoutput query=\"getOptions\"> <tr> <td align=\"center\"> #optionname#</td>
I have a directory watcher event gateway instance that is responsible for parsing, loading and storing data received in the CSV format via SFTP. Using entityNew and entityLoad, this process iterativel
I have multiple CF applications running on the same server under the same domain name. One of them, let\'s call it Portal, is intended to be the single sign-on for the other applications, which let\'s
we are working on a mobile application for a dating site, mixing native views and web views. The user need to log in into the iPhone app.
i created a table in msaccess manually with following details table name - \"options\" optionid AUTONUMBER
I\'m trying to validate a form using a regular expression found here http://regexlib.com/. What I am trying to do is filter out all characters except a-z, commas and apostrophes. If I use this code: