I'm building a self-publishing website in which clients can upload whole pages in a text block. The limits can be reached easily, but Cold Fusion has limits that are tighter than the Netscape limit. Here's two examples (check the extensions). You'll notice that the PHP example processes about...
No, I'm using POST. I've just been told in another forum there's a 32Kb limit to ANY POST operation through Netscape,, also a limit in Apache to the amount that can be posted. Maybe that's the issue. Humm.
I'm running into errors when I try to post a large block of text into a PostgreSQL text field using Cold Fusion Linux. I get a "query string is too long" message, even though I can post the same data with pgpPgAdmin. However, phpPgAdmin has the same issue if I increase the text...
Not everyone can get access to a PostgreSQL database on an ISP through SSH. However, anyone can open an account with an ISP who has Cold Fusion on a Linux box and get access through Cold Fusion. The trick is to drop your CREATE TABLE commands inside a CFQUERY. Here's an article that describes...
You can do it without tools by exporting the tables to CSV files and importing them into PostgreSQL. Here's a short FAQ I wrote: http://cfug-vancouver.com/postgresqlport.cfm
Frank Hilliard
http://www.bcinternet.com/~hilliard
Before you jump into VBScript, you should know that ColdFusion by Allaire is just as powerful and far easier to learn. It's tag-based and works on the server and (with JavaScript, JAVA, WDDX, etc.) on the client. It's also cross-server so you can use it on IIS or Netscape or Apache, and...
I'm loading up a JS Array with a Cold Fusion query and that works fine. However, when I try to get the resulting Java Script array into a form for output it doesn't work. If you can see what's wrong, please email me at frankhilliard@home.com. Here's a URL where you can see what happens...
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.