I know how to get the dir to the folder, but I\'d like开发者_JAVA技巧 to get the name. Thank you for your help.A slightly more efficient method for doing what @Matt Shooks suggests would be to use l
I have a WCF web service that need开发者_StackOverflow社区s to be consumed by a Coldfusion application.
I have a request from a client who wants to be able to prioritize their product SKU in the search results. The SKU is in the defined key CF_TITLE. I\'m not very good with verity and the documentation
I have a a form that pulls in one of it\'s select box fields from an external document (using ColdFusion)
Ive been playing with ORM caching in the past few days and one thing that is confusing me a lot is theSQL is still logged (when I have logSQL = true) to the console even with caching enabled. This mak
I am making a web app that is database driven and am having a hard time trying to figure out a way to cache article pages.
How do you get values from a POST request in ColdFusion? Figured the ha开发者_Python百科rd way that POST.id doesn\'t work like URL.id.Post values are passed in the FORM scopeie FORM.idYou want FORM,
I would like to know if storing pdfs in a database table is a good long term idea.Here is a description of the problem:
As it currently stands, this qu开发者_JAVA技巧estion is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely so
To insert a file into filestream with coldfusion, first, I have to read the file into a binary variable and then I have to insert it into SQL. When I do this with a large file (1gig), the sy开发者_如何