coldfusion
Website SVN user authentication
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:[详细]
2023-04-05 17:24 分类:问答ColdFusion Not Recognizing TIFF MIME type?
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,[详细]
2023-04-05 11:25 分类:问答Referencing an array of queries in a cfloop
I am trying to reference a query from an array and use it in a cfloop tag and I keep getting an error[详细]
2023-04-05 09:51 分类:问答Which IIS settings will allow me to process long-running ColdFusion requests without IIS giving up?
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.[详细]
2023-04-05 05:46 分类:问答how to pass value of checkboxes using ahref
I am using following code in my project <cfoutput query=\"getOptions\"> <tr> <td align=\"center\"> #optionname#</td>[详细]
2023-04-05 04:56 分类:问答ColdFusion 9 ORM - Not Configured For The Current Application
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[详细]
2023-04-05 03:35 分类:问答How do I implement a single sign-on for different ColdFusion applications running on the same server?
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[详细]
2023-04-05 00:29 分类:问答Coldfusion: Share session between an iPhone APP and the webview with CFID and CFTOKEN
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.[详细]
2023-04-04 21:39 分类:问答create table in ms-access using cfm file
i created a table in msaccess manually with following details table name - \"options\" optionid AUTONUMBER[详细]
2023-04-04 17:58 分类:问答Escaping apostrophes in regex?
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:[详细]
2023-04-04 17:13 分类:问答