Hi Rory, the http 500 error is often presented by IE when in fact it may be some simple syntax error. Try to get a better error msg by either using a different...
ColdFusion Hosting Providers ColdFusion Hosting Providers' List brought to you by *** ColdFusion-HowTo: Yahoo's No. 1 and the biggest group for ColdFusion...
coldfusion-howto@yaho...
Dec 1, 2003 10:08 am
21609
Hi all I need upload images from our imagetemp dir to use/images dir. Only this problem: the image path is inside textarea field. Is possible? With this script...
I haven't run into a problem yet, but I'm afraid I might as soon as next week. The system I'm building accepts ASCII data files for upload; these files come in...
url.starting isn't part of script_name, it is part of query_string, but why not just look at the url variable, assuming that that value is the PetID? JoAnn A....
When trying to do an ebay api function call i am getting the error: "Your application encountered an error. No session credentials were found in the HTTP...
When trying to do an ebay api function call getting the next error: "Bad Request Your browser sent a request that this server could not understand. Invalid...
Hi I have a question. I have created a cold fusion form and I would like this form to submit to a tabdelimited text file. Can I use <cfform name="" method=""...
I am a cf developer however have limited experience with cf server as all my clients websites are hosted on cf isp servers I have a client who is wanting to...
i actually got round this with by changing the DATE feild to DATEIN and it worked..... ! those revserved feilds names... it works for a login query i run in ...
Well, you could have it submit directly to a text file; however, it would just display the current contents of that file (since text files are not executable)....
Thanks so much for your help. But I have another question. The form I am creating, I was hoping I could create a file on the server that would hold a text file...
The below answer will do that for you. What that does is create a text file on your server which you could download at any point. ... From: x1jeanette...
I have been on a roll today but just hit a brick wall. This gets me everything except the default or/user-entered value in a related field on the form. The...
http://builder.com.com/5100-6371-5097705.html Fusebox made it to Builder.com's website. mcg ... mary-catherine gerrey zcom2 mgerrey@... 850.877.8896 ...
What is the question? The best I can figure is that you need to CFPARAM your optional data to ensure that the form fields always exist. -John ... From: JoAnn...
I know, it is confusing. They don't have to exist. I am working around closed code where they don't always exist. Both will exist only if the thing has been...
I mean, OPTION or VOL_AMT JoAnn A. Schlosser Web Developer Advanced Solutions International, Inc. Alexandria, Va. 703-739-3100 x2353 ... From: JoAnn Schlosser...
If there's no way for the value to be passed regardless if it was selected or not, then you'll have to come up with some other means - possibly duplicating the...
I got it! nested this cfloop inside the one that I had where the price was supposed to go: <cfloop collection="#FORM#" item="ThisField"> <cfif #thisfield#...
This was the most convoluted thread I've ever seen! Please explain your problem thoroughly, and show your code when posting a question, and you'll get lots of...
Hi, There is a section on page two of the article that reads: "How, you might wonder, does Fusebox 4 manage to let you call multiple fuseactions without the...
You're new, aren't you? I did show the code after I explained what I was trying to do - sometimes it is better to express an idea in English. And it was a...